Package org.apereo.cas.web.flow.actions
Class InjectResponseHeadersAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.RedirectToServiceAction
-
- org.apereo.cas.web.flow.actions.InjectResponseHeadersAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class InjectResponseHeadersAction extends RedirectToServiceAction
This isInjectResponseHeadersAction.- Since:
- 5.2.0
-
-
Constructor Summary
Constructors Constructor Description InjectResponseHeadersAction(org.apereo.cas.authentication.principal.ResponseBuilderLocator responseBuilderLocator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
Methods inherited from class org.apereo.cas.web.flow.actions.RedirectToServiceAction
doExecute, finalizeResponseEvent
-
-
-
-
Method Detail
-
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)Description copied from class:RedirectToServiceActionGets final response event id.- Overrides:
getFinalResponseEventIdin classRedirectToServiceAction- Parameters:
service- the serviceresponse- the responserequestContext- the request context- Returns:
- the final response event id
-
-