Class ValidateRequestObject

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, org.springframework.beans.factory.Aware, org.springframework.context.MessageSource, org.springframework.context.MessageSourceAware, org.springframework.webflow.execution.Action

public class ValidateRequestObject extends AbstractOAuthAuthorizationResponseAction
Action validates request object in response context.
  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Class logger.
    • requestObject

      @Nullable private JWT requestObject
      Request Object.
    • signedClaimsValidator

      @NonnullAfterInit private ClaimsValidator signedClaimsValidator
      The claims validator to be applied for validating the signed request object.
    • plainClaimsValidator

      @NonnullAfterInit private ClaimsValidator plainClaimsValidator
      The claims validator to be applied for validating the plain/unsigned request object.
    • parEndpointLogic

      private boolean parEndpointLogic
      The flag to control whether to use the PAR-endpoint logic for the validation.
  • Constructor Details

    • ValidateRequestObject

      public ValidateRequestObject()
      Constructor.
  • Method Details