Class VerifyPasswordResetRequestAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EVENT_ID_SECURITY_QUESTIONS_DISABLED
      Event id to signal security questions are disabled.
      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)  
      • 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

      • 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
    • Constructor Detail

      • VerifyPasswordResetRequestAction

        public VerifyPasswordResetRequestAction()
    • Method Detail

      • doExecute

        protected org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)
                                                                 throws java.lang.Exception
        Specified by:
        doExecute in class org.springframework.webflow.action.AbstractAction
        Throws:
        java.lang.Exception