Class RegisteredServiceMultifactorAuthenticationProviderBypassEvaluator
java.lang.Object
org.apereo.cas.authentication.bypass.BaseMultifactorAuthenticationProviderBypassEvaluator
org.apereo.cas.authentication.bypass.RegisteredServiceMultifactorAuthenticationProviderBypassEvaluator
- All Implemented Interfaces:
Serializable,org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator,org.springframework.core.Ordered
public class RegisteredServiceMultifactorAuthenticationProviderBypassEvaluator
extends BaseMultifactorAuthenticationProviderBypassEvaluator
Multifactor Bypass Provider based on Service Multifactor Policy.
- Since:
- 6.0
- See Also:
-
Field Summary
Fields inherited from interface org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator
AUTHENTICATION_ATTRIBUTE_BYPASS_MFA, AUTHENTICATION_ATTRIBUTE_BYPASS_MFA_PROVIDERFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldMultifactorAuthenticationProviderExecuteInternal(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.MultifactorAuthenticationProvider provider, jakarta.servlet.http.HttpServletRequest request) Methods inherited from class org.apereo.cas.authentication.bypass.BaseMultifactorAuthenticationProviderBypassEvaluator
belongsToMultifactorAuthenticationProvider, forgetBypass, getId, getProviderId, isMultifactorAuthenticationBypassed, rememberBypass, shouldMultifactorAuthenticationProviderExecute, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator
getOrder, isEmpty, size
-
Constructor Details
-
RegisteredServiceMultifactorAuthenticationProviderBypassEvaluator
-
-
Method Details
-
shouldMultifactorAuthenticationProviderExecuteInternal
public boolean shouldMultifactorAuthenticationProviderExecuteInternal(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.MultifactorAuthenticationProvider provider, jakarta.servlet.http.HttpServletRequest request)
-