Class AlwaysAllowMultifactorAuthenticationProviderBypassEvaluator
java.lang.Object
org.apereo.cas.authentication.bypass.BaseMultifactorAuthenticationProviderBypassEvaluator
org.apereo.cas.authentication.bypass.AlwaysAllowMultifactorAuthenticationProviderBypassEvaluator
- All Implemented Interfaces:
Serializable,org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator,org.springframework.core.Ordered
public class AlwaysAllowMultifactorAuthenticationProviderBypassEvaluator
extends BaseMultifactorAuthenticationProviderBypassEvaluator
Multifactor Bypass provider that will never allow MFA to execute and will always bypass.
- Since:
- 7.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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluatorGets instance.booleanshouldMultifactorAuthenticationProviderExecuteInternal(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
-
Method Details
-
getInstance
public static org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator getInstance()Gets instance.- Returns:
- the instance
-
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)
-