Class GoogleAuthenticatorConfiguration

  • All Implemented Interfaces:
    org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer

    @Configuration("googleAuthenticatorConfiguration")
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    @EnableScheduling
    public class GoogleAuthenticatorConfiguration
    extends java.lang.Object
    implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
    Since:
    5.0.0
    • Constructor Detail

      • GoogleAuthenticatorConfiguration

        public GoogleAuthenticatorConfiguration()
    • Method Detail

      • googleAuthenticatorFlowRegistry

        @Bean
        public org.springframework.webflow.definition.registry.FlowDefinitionRegistry googleAuthenticatorFlowRegistry()
      • googleAuthenticatorMultifactorWebflowConfigurer

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

        public void configureWebflowExecutionPlan​(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
        Specified by:
        configureWebflowExecutionPlan in interface org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer