Class VerifyPasswordResetRequestAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.BaseCasWebflowAction
-
- org.apereo.cas.pm.web.flow.actions.BasePasswordManagementAction
-
- org.apereo.cas.pm.web.flow.actions.VerifyPasswordResetRequestAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class VerifyPasswordResetRequestAction extends BasePasswordManagementAction
This isVerifyPasswordResetRequestAction.- Since:
- 5.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_ID_SECURITY_QUESTIONS_DISABLEDEvent id to signal security questions are disabled.
-
Constructor Summary
Constructors Constructor Description VerifyPasswordResetRequestAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)
-
-
-
Field Detail
-
EVENT_ID_SECURITY_QUESTIONS_DISABLED
public static final java.lang.String EVENT_ID_SECURITY_QUESTIONS_DISABLED
Event id to signal security questions are disabled.- See Also:
- Constant Field Values
-
-