Class AbstractOIDCAuthenticationRequestAction

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:
AbstractOIDCAuthenticationResponseAction, InitializeAuthenticationContext, SetSectorIdentifierForAttributeResolution

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

    • AbstractOIDCAuthenticationRequestAction

      public AbstractOIDCAuthenticationRequestAction()
  • Method Details

    • getAuthenticationRequest

      public AuthenticationRequest getAuthenticationRequest()
      Returns OIDC authentication request.
      Returns:
      request