public class InitialFlowSetupAction
extends org.springframework.webflow.action.AbstractAction
Note: This is technically not threadsafe, but because its overriding with a constant value it doesn't matter.
Note: As of CAS 3.1, this is a required class that retrieves and exposes the values in the two cookies for subclasses to use.
| Constructor and Description |
|---|
InitialFlowSetupAction(java.util.List<org.apereo.cas.web.support.ArgumentExtractor> argumentExtractors,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionPlan,
org.apereo.cas.web.support.CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator,
org.apereo.cas.web.support.CookieRetrievingCookieGenerator warnCookieGenerator,
org.apereo.cas.configuration.CasConfigurationProperties casProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
org.apereo.cas.services.ServicesManager |
getServicesManager() |
public InitialFlowSetupAction(java.util.List<org.apereo.cas.web.support.ArgumentExtractor> argumentExtractors,
org.apereo.cas.services.ServicesManager servicesManager,
org.apereo.cas.authentication.AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionPlan,
org.apereo.cas.web.support.CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator,
org.apereo.cas.web.support.CookieRetrievingCookieGenerator warnCookieGenerator,
org.apereo.cas.configuration.CasConfigurationProperties casProperties)
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
doExecute in class org.springframework.webflow.action.AbstractActionpublic org.apereo.cas.services.ServicesManager getServicesManager()