Package org.apereo.cas.web.flow.login
Class InitialFlowSetupAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.login.InitialFlowSetupAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class InitialFlowSetupAction extends org.springframework.webflow.action.AbstractActionClass to automatically set the paths for the CookieGenerators.Note: This is technically not thread-safe, 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.
- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description InitialFlowSetupAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context)
-