Class AuthenticationMultifactorAuthenticationProviderBypassEvaluator

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

public class AuthenticationMultifactorAuthenticationProviderBypassEvaluator extends BaseMultifactorAuthenticationProviderBypassEvaluator
Multifactor Bypass Provider based on Authentication.
Since:
6.0
See Also:
  • Constructor Details

    • AuthenticationMultifactorAuthenticationProviderBypassEvaluator

      public AuthenticationMultifactorAuthenticationProviderBypassEvaluator(org.apereo.cas.configuration.model.support.mfa.MultifactorAuthenticationProviderBypassProperties bypassProperties, String providerId)
  • 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)