Class NeverAllowMultifactorAuthenticationProviderBypassEvaluator

java.lang.Object
org.apereo.cas.authentication.bypass.BaseMultifactorAuthenticationProviderBypassEvaluator
org.apereo.cas.authentication.bypass.NeverAllowMultifactorAuthenticationProviderBypassEvaluator
All Implemented Interfaces:
Serializable, org.apereo.cas.authentication.bypass.MultifactorAuthenticationProviderBypassEvaluator, org.springframework.core.Ordered

public class NeverAllowMultifactorAuthenticationProviderBypassEvaluator extends BaseMultifactorAuthenticationProviderBypassEvaluator
Multifactor bypass provider that will never allow MFA to execute and will always bypass.
Since:
6.0
See Also:
  • 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)