Class VerifyPasswordlessAccountAuthenticationAction

    • Constructor Summary

      Constructors 
      Constructor Description
      VerifyPasswordlessAccountAuthenticationAction​(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.api.PasswordlessUserAccountStore passwordlessUserAccountStore)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Constructor Detail

      • VerifyPasswordlessAccountAuthenticationAction

        public VerifyPasswordlessAccountAuthenticationAction​(org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                             org.apereo.cas.api.PasswordlessUserAccountStore passwordlessUserAccountStore)
    • Method Detail

      • doExecute

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