Class AbstractOAuthAuthorizationRequestAction

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action
Direct Known Subclasses:
AbstractOAuthAuthorizationResponseAction, ValidateAuthorizationRequestType, ValidatePushedAuthorizationClientIDMatch

public abstract class AbstractOAuthAuthorizationRequestAction extends AbstractOIDCRequestAction<AuthorizationRequest>
Abstract class for actions performing actions on AuthorizationRequest found via InOutOperationContext.getInboundMessageContext() and MessageContext.getMessage().
  • Field Details

    • authorizationRequest

      @Nullable private AuthorizationRequest authorizationRequest
      The authorization request to operate on.
  • Constructor Details

    • AbstractOAuthAuthorizationRequestAction

      public AbstractOAuthAuthorizationRequestAction()
  • Method Details