Class PrepareForPasswordlessAuthenticationAction

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

    public class PrepareForPasswordlessAuthenticationAction
    extends org.apereo.cas.web.flow.login.InitializeLoginAction
    Since:
    5.3.0
    • Field Summary

      • Fields inherited from class org.apereo.cas.web.flow.login.InitializeLoginAction

        casProperties, servicesManager
      • Fields inherited from class org.springframework.webflow.action.AbstractAction

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      PrepareForPasswordlessAuthenticationAction​(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
    • 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.login.InitializeLoginAction

        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

      • PrepareForPasswordlessAuthenticationAction

        public PrepareForPasswordlessAuthenticationAction​(org.apereo.cas.services.ServicesManager servicesManager,
                                                          org.apereo.cas.configuration.CasConfigurationProperties casProperties)
    • Method Detail

      • doExecute

        public org.springframework.webflow.execution.Event doExecute​(org.springframework.webflow.execution.RequestContext requestContext)
                                                              throws java.lang.Exception
        Overrides:
        doExecute in class org.apereo.cas.web.flow.login.InitializeLoginAction
        Throws:
        java.lang.Exception