@ConditionalOnClass(value=org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorage.class)
@ConditionalOnProperty(prefix="cas.authn.mfa.yubikey",
name="trustedDeviceEnabled",
havingValue="true",
matchIfMissing=true)
@Configuration(value="yubiMultifactorTrustConfiguration")
public class YubiKeyConfiguration.YubiKeyMultifactorTrustConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
YubiKeyMultifactorTrustConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.web.flow.CasWebflowConfigurer |
yubiMultifactorTrustConfiguration() |