Package org.apereo.cas.web.flow.actions
Class RedirectToServiceAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.RedirectToServiceAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
- Direct Known Subclasses:
InjectResponseHeadersAction
public class RedirectToServiceAction extends org.springframework.webflow.action.AbstractActionThis isRedirectToServiceAction.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description RedirectToServiceAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)protected org.springframework.webflow.execution.EventfinalizeResponseEvent(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.principal.Response response)Finalize response event event.protected java.lang.StringgetFinalResponseEventId(org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.principal.Response response, org.springframework.webflow.execution.RequestContext requestContext)Gets final response event id.
-
-
-
Method Detail
-
doExecute
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
- Specified by:
doExecutein classorg.springframework.webflow.action.AbstractAction
-
finalizeResponseEvent
protected org.springframework.webflow.execution.Event finalizeResponseEvent(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.principal.Response response)Finalize response event event.- Parameters:
requestContext- the request contextservice- the serviceresponse- the response- Returns:
- the event
-
getFinalResponseEventId
protected java.lang.String getFinalResponseEventId(org.apereo.cas.authentication.principal.WebApplicationService service, org.apereo.cas.authentication.principal.Response response, org.springframework.webflow.execution.RequestContext requestContext)Gets final response event id.- Parameters:
service- the serviceresponse- the responserequestContext- the request context- Returns:
- the final response event id
-
-