Class 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.String ATTRIBUTE_NAME_EXPIRATION_WARNING_FOUND
      Attribute indicating password expiration warnings are found.
      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext context)  
      • Methods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction

        isLoginFlowActive
      • Methods 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • HandlePasswordExpirationWarningMessagesAction

        public HandlePasswordExpirationWarningMessagesAction()
    • Method Detail

      • doExecute

        public org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext context)
        Specified by:
        doExecute in class org.springframework.webflow.action.AbstractAction