Package org.apereo.cas.web.flow
Class ConsentAccountProfilePrepareAction
java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.ConsentAccountProfilePrepareAction
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class ConsentAccountProfilePrepareAction
extends org.apereo.cas.web.flow.actions.BaseCasWebflowAction
This is
ConsentAccountProfilePrepareAction.- Since:
- 6.6.0
-
Field Summary
Fields inherited from class org.springframework.webflow.action.AbstractAction
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext) Methods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction
isLoginFlowActiveMethods inherited from class org.springframework.webflow.action.AbstractAction
afterPropertiesSet, doPostExecute, doPreExecute, error, error, execute, getActionNameForLogging, getEventFactorySupport, initAction, no, result, result, result, result, success, success, yes
-
Constructor Details
-
ConsentAccountProfilePrepareAction
public ConsentAccountProfilePrepareAction()
-
-
Method Details