Class HandlePasswordExpirationWarningMessagesAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.BaseCasWebflowAction
-
- org.apereo.cas.pm.web.flow.actions.HandlePasswordExpirationWarningMessagesAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class HandlePasswordExpirationWarningMessagesAction extends org.apereo.cas.web.flow.actions.BaseCasWebflowAction- Since:
- 5.3.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_NAME_EXPIRATION_WARNING_FOUNDAttribute indicating password expiration warnings are found.
-
Constructor Summary
Constructors Constructor Description HandlePasswordExpirationWarningMessagesAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext context)
-
-
-
Field Detail
-
ATTRIBUTE_NAME_EXPIRATION_WARNING_FOUND
public static final java.lang.String ATTRIBUTE_NAME_EXPIRATION_WARNING_FOUND
Attribute indicating password expiration warnings are found.- See Also:
- Constant Field Values
-
-