Package org.apereo.cas.web.flow.actions
Class RedirectToServiceAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.RedirectToServiceAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
- Direct Known Subclasses:
InjectResponseHeadersAction
This is
RedirectToServiceAction.- Since:
- 5.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionRedirectToServiceAction(org.apereo.cas.authentication.principal.ResponseBuilderLocator<org.apereo.cas.authentication.principal.WebApplicationService> responseBuilderLocator) -
Method Summary
Methods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, execute, getEventFactorySupport
-
Constructor Details
-
RedirectToServiceAction
public RedirectToServiceAction(org.apereo.cas.authentication.principal.ResponseBuilderLocator<org.apereo.cas.authentication.principal.WebApplicationService> responseBuilderLocator)
-