Package org.apereo.cas.config
Class GoogleAuthenticatorConfiguration.GoogleAuthenticatorMultifactorTrustConfiguration
- java.lang.Object
-
- org.apereo.cas.config.GoogleAuthenticatorConfiguration.GoogleAuthenticatorMultifactorTrustConfiguration
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
- Enclosing class:
- GoogleAuthenticatorConfiguration
@ConditionalOnClass(org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage.class) @ConditionalOnProperty(prefix="cas.authn.mfa.gauth", name="trustedDeviceEnabled", havingValue="true", matchIfMissing=true) @Configuration("gauthMultifactorTrustConfiguration") public class GoogleAuthenticatorConfiguration.GoogleAuthenticatorMultifactorTrustConfiguration extends java.lang.Object implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerThe google authenticator multifactor trust configuration.
-
-
Constructor Summary
Constructors Constructor Description GoogleAuthenticatorMultifactorTrustConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)org.apereo.cas.web.flow.CasWebflowConfigurergauthMultifactorTrustWebflowConfigurer()
-
-
-
Method Detail
-
gauthMultifactorTrustWebflowConfigurer
@ConditionalOnMissingBean(name="gauthMultifactorTrustWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer gauthMultifactorTrustWebflowConfigurer()
-
configureWebflowExecutionPlan
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
- Specified by:
configureWebflowExecutionPlanin interfaceorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
-
-