Package org.apereo.cas.config
Class YubiKeyConfiguration.YubiKeyMultifactorTrustConfiguration
- java.lang.Object
-
- org.apereo.cas.config.YubiKeyConfiguration.YubiKeyMultifactorTrustConfiguration
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
- Enclosing class:
- YubiKeyConfiguration
@ConditionalOnClass(org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage.class) @ConditionalOnProperty(prefix="cas.authn.mfa.yubikey", name="trustedDeviceEnabled", havingValue="true", matchIfMissing=true) @Configuration("yubiMultifactorTrustConfiguration") public class YubiKeyConfiguration.YubiKeyMultifactorTrustConfiguration extends java.lang.Object implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerThe Yubikey multifactor trust configuration.
-
-
Constructor Summary
Constructors Constructor Description YubiKeyMultifactorTrustConfiguration()
-
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.CasWebflowConfigureryubiMultifactorTrustWebflowConfigurer()
-
-
-
Method Detail
-
yubiMultifactorTrustWebflowConfigurer
@ConditionalOnMissingBean(name="yubiMultifactorTrustWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer yubiMultifactorTrustWebflowConfigurer()
-
configureWebflowExecutionPlan
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
- Specified by:
configureWebflowExecutionPlanin interfaceorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
-
-