Class EsupOtpGetTransportsAction

java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.AbstractMultifactorAuthenticationAction<EsupOtpMultifactorAuthenticationProvider>
org.esupportail.cas.adaptors.esupotp.web.flow.EsupOtpGetTransportsAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public class EsupOtpGetTransportsAction extends org.apereo.cas.web.flow.actions.AbstractMultifactorAuthenticationAction<EsupOtpMultifactorAuthenticationProvider>
Since:
5.0.0
  • Field Summary

    Fields inherited from class org.apereo.cas.web.flow.actions.AbstractMultifactorAuthenticationAction

    provider

    Fields inherited from class org.springframework.webflow.action.AbstractAction

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    EsupOtpGetTransportsAction(org.springframework.context.ApplicationContext applicationContext, EsupOtpConfigurationProperties esupOtpConfigurationProperties, EsupOtpService esupOtpService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.webflow.execution.Event
    doExecuteInternal(org.springframework.webflow.execution.RequestContext requestContext)
     

    Methods inherited from class org.apereo.cas.web.flow.actions.AbstractMultifactorAuthenticationAction

    doPreExecute, resolvePrincipal

    Methods inherited from class org.apereo.cas.web.flow.actions.BaseCasWebflowAction

    doExecute, isLoginFlowActive

    Methods inherited from class org.springframework.webflow.action.AbstractAction

    afterPropertiesSet, doPostExecute, 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 Details

    • EsupOtpGetTransportsAction

      public EsupOtpGetTransportsAction(org.springframework.context.ApplicationContext applicationContext, EsupOtpConfigurationProperties esupOtpConfigurationProperties, EsupOtpService esupOtpService)
  • Method Details

    • doExecuteInternal

      protected org.springframework.webflow.execution.Event doExecuteInternal(org.springframework.webflow.execution.RequestContext requestContext) throws Exception
      Specified by:
      doExecuteInternal in class org.apereo.cas.web.flow.actions.BaseCasWebflowAction
      Throws:
      Exception