Class DefaultRequestedAuthenticationContextValidator

java.lang.Object
org.apereo.cas.authentication.DefaultRequestedAuthenticationContextValidator
All Implemented Interfaces:
org.apereo.cas.validation.RequestedAuthenticationContextValidator

public class DefaultRequestedAuthenticationContextValidator extends Object implements org.apereo.cas.validation.RequestedAuthenticationContextValidator
Since:
6.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefaultRequestedAuthenticationContextValidator(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.validation.AuthenticationContextValidationResult
    validateAuthenticationContext(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.authentication.principal.Service service)
     
    org.apereo.cas.validation.AuthenticationContextValidationResult
    validateAuthenticationContext(org.apereo.cas.validation.Assertion assertion, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultRequestedAuthenticationContextValidator

      public DefaultRequestedAuthenticationContextValidator(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator)
  • Method Details

    • validateAuthenticationContext

      public org.apereo.cas.validation.AuthenticationContextValidationResult validateAuthenticationContext(org.apereo.cas.validation.Assertion assertion, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws Throwable
      Specified by:
      validateAuthenticationContext in interface org.apereo.cas.validation.RequestedAuthenticationContextValidator
      Throws:
      Throwable
    • validateAuthenticationContext

      public org.apereo.cas.validation.AuthenticationContextValidationResult validateAuthenticationContext(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.authentication.principal.Service service) throws Throwable
      Specified by:
      validateAuthenticationContext in interface org.apereo.cas.validation.RequestedAuthenticationContextValidator
      Throws:
      Throwable