@FunctionalInterface
public interface MultifactorAuthenticationProviderBypass
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHENTICATION_ATTRIBUTE_BYPASS_MFA
bypass mfa authn attribute.
|
static java.lang.String |
AUTHENTICATION_ATTRIBUTE_BYPASS_MFA_PROVIDER
bypass mfa for provider id authn attribute.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthenticationRequestHonored(org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.services.RegisteredService registeredService,
org.apereo.cas.services.MultifactorAuthenticationProvider provider)
Eval current bypass rules for the provider.
|
static final java.lang.String AUTHENTICATION_ATTRIBUTE_BYPASS_MFA
static final java.lang.String AUTHENTICATION_ATTRIBUTE_BYPASS_MFA_PROVIDER
boolean isAuthenticationRequestHonored(org.apereo.cas.authentication.Authentication authentication,
org.apereo.cas.services.RegisteredService registeredService,
org.apereo.cas.services.MultifactorAuthenticationProvider provider)
authentication - the authenticationregisteredService - the registered service in questionprovider - the provider