Class CasSimpleMultifactorAuthenticationConfiguration.CasSimpleMultifactorAuthenticationBaseConfiguration

  • Enclosing class:
    CasSimpleMultifactorAuthenticationConfiguration

    @Configuration(value="CasSimpleMultifactorAuthenticationBaseConfiguration",
                   proxyBeanMethods=false)
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public static class CasSimpleMultifactorAuthenticationConfiguration.CasSimpleMultifactorAuthenticationBaseConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.CasWebflowConfigurer mfaSimpleMultifactorWebflowConfigurer​(org.springframework.webflow.definition.registry.FlowDefinitionRegistry mfaSimpleAuthenticatorFlowRegistry, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.context.ConfigurableApplicationContext applicationContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasSimpleMultifactorAuthenticationBaseConfiguration

        public CasSimpleMultifactorAuthenticationBaseConfiguration()
    • Method Detail

      • mfaSimpleMultifactorWebflowConfigurer

        @ConditionalOnMissingBean(name="mfaSimpleMultifactorWebflowConfigurer")
        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.flow.CasWebflowConfigurer mfaSimpleMultifactorWebflowConfigurer​(@Qualifier("mfaSimpleAuthenticatorFlowRegistry")
                                                                                                  org.springframework.webflow.definition.registry.FlowDefinitionRegistry mfaSimpleAuthenticatorFlowRegistry,
                                                                                                  @Qualifier("loginFlowRegistry")
                                                                                                  org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowRegistry,
                                                                                                  @Qualifier("flowBuilderServices")
                                                                                                  org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices,
                                                                                                  org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                  org.springframework.context.ConfigurableApplicationContext applicationContext)