Package org.apereo.cas.config
Class GoogleAuthenticatorConfiguration
- java.lang.Object
-
- org.apereo.cas.config.GoogleAuthenticatorConfiguration
-
@Configuration("googleAuthenticatorConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @EnableScheduling public class GoogleAuthenticatorConfiguration extends java.lang.ObjectThis isGoogleAuthenticatorConfiguration.- Since:
- 5.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGoogleAuthenticatorConfiguration.GoogleAuthenticatorMultifactorTrustConfigurationThe google authenticator multifactor trust configuration.
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.webflow.definition.registry.FlowDefinitionRegistrygoogleAuthenticatorFlowRegistry()org.apereo.cas.web.flow.CasWebflowConfigurergoogleAuthenticatorMultifactorWebflowConfigurer()org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurergoogleCasWebflowExecutionPlanConfigurer()
-
-
-
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()
-
googleCasWebflowExecutionPlanConfigurer
@Bean @ConditionalOnMissingBean(name="googleCasWebflowExecutionPlanConfigurer") public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer googleCasWebflowExecutionPlanConfigurer()
-
-