Class RegisteredServicePrincipalAttributeMultifactorAuthenticationProviderBypassEvaluator

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

public class RegisteredServicePrincipalAttributeMultifactorAuthenticationProviderBypassEvaluator extends BaseMultifactorAuthenticationProviderBypassEvaluator
Multifactor Bypass based on Principal Attributes.
Since:
6.0
See Also:
  • Constructor Details

    • RegisteredServicePrincipalAttributeMultifactorAuthenticationProviderBypassEvaluator

      public RegisteredServicePrincipalAttributeMultifactorAuthenticationProviderBypassEvaluator(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)