@ConditionalOnClass(value=org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage.class)
@ConditionalOnProperty(prefix="cas.authn.mfa.gauth",
name="trustedDeviceEnabled",
havingValue="true",
matchIfMissing=true)
@Configuration(value="gauthMultifactorTrustConfiguration")
public class GoogleAuthenticatorConfiguration.GoogleAuthenticatorMultifactorTrustConfiguration
extends java.lang.Object
implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
| Constructor and Description |
|---|
GoogleAuthenticatorMultifactorTrustConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan) |
org.apereo.cas.web.flow.CasWebflowConfigurer |
gauthMultifactorTrustWebflowConfigurer() |
public GoogleAuthenticatorMultifactorTrustConfiguration()
@ConditionalOnMissingBean(name="gauthMultifactorTrustWebflowConfigurer") @Bean @DependsOn(value="defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer gauthMultifactorTrustWebflowConfigurer()
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
configureWebflowExecutionPlan in interface org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer