Package org.apereo.cas.web.flow.login
Class InitializeLoginAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.login.InitializeLoginAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class InitializeLoginAction extends org.springframework.webflow.action.AbstractActionThis isInitializeLoginAction.- Since:
- 5.0.0
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apereo.cas.services.ServicesManagerservicesManagerThe services manager with access to the registry.
-
Constructor Summary
Constructors Constructor Description InitializeLoginAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)protected static booleanisLoginFlowActive(org.springframework.webflow.execution.RequestContext requestContext)
-
-
-
Method Detail
-
doExecute
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext) throws java.lang.Exception- Specified by:
doExecutein classorg.springframework.webflow.action.AbstractAction- Throws:
java.lang.Exception
-
isLoginFlowActive
protected static boolean isLoginFlowActive(org.springframework.webflow.execution.RequestContext requestContext)
-
-