Class EsupOtpConfiguration

java.lang.Object
org.esupportail.cas.config.EsupOtpConfiguration

@Configuration("esupotpConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class EsupOtpConfiguration extends Object
  • Constructor Details

    • EsupOtpConfiguration

      public EsupOtpConfiguration()
  • Method Details

    • esupotpFlowRegistry

      @RefreshScope @Bean public org.springframework.webflow.definition.registry.FlowDefinitionRegistry esupotpFlowRegistry()
    • esupotpAuthenticationWebflowAction

      @Bean public org.springframework.webflow.execution.Action esupotpAuthenticationWebflowAction(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)
    • esupotpGetTransportsAction

      @Bean @RefreshScope public org.springframework.webflow.execution.Action esupotpGetTransportsAction(EsupOtpService esupOtpService)
    • esupotpAuthenticationWebflowEventResolver

      @ConditionalOnMissingBean(name="esupotpAuthenticationWebflowEventResolver") @Bean public EsupOtpAuthenticationWebflowEventResolver esupotpAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext casWebflowConfigurationContext)
    • esupotpMultifactorWebflowConfigurer

      @ConditionalOnMissingBean(name="esupotpMultifactorWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer esupotpMultifactorWebflowConfigurer()
    • mfaSimpleCasWebflowExecutionPlanConfigurer

      @Bean @ConditionalOnMissingBean(name="esupotpCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer mfaSimpleCasWebflowExecutionPlanConfigurer()