Class PasswordChangeAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.BaseCasWebflowAction
-
- org.apereo.cas.pm.web.flow.actions.PasswordChangeAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class PasswordChangeAction extends org.apereo.cas.web.flow.actions.BaseCasWebflowActionThis isPasswordChangeAction.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description PasswordChangeAction()
-
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 org.apereo.cas.pm.PasswordChangeRequestgetPasswordChangeRequest(org.springframework.webflow.execution.RequestContext requestContext)Gets password change request.protected org.springframework.webflow.execution.EventgetSuccessEvent(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.pm.PasswordChangeRequest bean)Finalize password change success.
-
-
-
Method Detail
-
getPasswordChangeRequest
protected static org.apereo.cas.pm.PasswordChangeRequest getPasswordChangeRequest(org.springframework.webflow.execution.RequestContext requestContext)
Gets password change request.- Parameters:
requestContext- the request context- Returns:
- the password change request
-
doExecute
protected org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext requestContext)
- Specified by:
doExecutein classorg.springframework.webflow.action.AbstractAction
-
getSuccessEvent
protected org.springframework.webflow.execution.Event getSuccessEvent(org.springframework.webflow.execution.RequestContext requestContext, org.apereo.cas.pm.PasswordChangeRequest bean)Finalize password change success.- Parameters:
requestContext- the request contextbean- the bean- Returns:
- the event
-
-