Class AbstractOIDCRequestAction<T>

Type Parameters:
T - request message implementation class. TODO: Add explicit class parameter to test message type and cast with controlled calls.
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
Direct Known Subclasses:
AbstractOAuthAuthorizationRequestAction, AbstractOIDCAuthenticationRequestAction, AbstractOIDCRpInitiatedLogoutAction, AbstractOIDCTokenRequestAction, AbstractOIDCUserInfoRequestAction, AbstractProcessTokenAction, InitializeDPoPProofContext, ValidateDPoPProof, ValidateRegistrationAccessToken

public abstract class AbstractOIDCRequestAction<T> extends AbstractProfileAction
Abstract class for actions performing actions on a oidc request found via InOutOperationContext.getInboundMessageContext() and MessageContext.getMessage().
  • Field Details

    • log

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

      private T request
      OIDC request.
  • Constructor Details

    • AbstractOIDCRequestAction

      public AbstractOIDCRequestAction()
  • Method Details