public class RedirectToServiceAction
extends org.springframework.webflow.action.AbstractAction
RedirectToServiceAction.| Constructor and Description |
|---|
RedirectToServiceAction() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext requestContext) |
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.
|
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.
|
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
doExecute in class org.springframework.webflow.action.AbstractActionprotected 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)
requestContext - the request contextservice - the serviceresponse - the responseprotected java.lang.String getFinalResponseEventId(org.apereo.cas.authentication.principal.WebApplicationService service,
org.apereo.cas.authentication.principal.Response response,
org.springframework.webflow.execution.RequestContext requestContext)
service - the serviceresponse - the responserequestContext - the request context