Class CasSimpleMultifactorAuthenticationConfiguration.CasSimpleMultifactorAuthenticationBaseConfiguration

java.lang.Object
org.apereo.cas.config.CasSimpleMultifactorAuthenticationConfiguration.CasSimpleMultifactorAuthenticationBaseConfiguration
Enclosing class:
CasSimpleMultifactorAuthenticationConfiguration

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

    Constructors
  • Method Summary

    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

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CasSimpleMultifactorAuthenticationBaseConfiguration

      public CasSimpleMultifactorAuthenticationBaseConfiguration()
  • Method Details

    • 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)