Class AbstractInitializeOutboundResponseMessageContext

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

@Deprecated(forRemoval=true) public abstract class AbstractInitializeOutboundResponseMessageContext extends AbstractProfileAction
Deprecated, for removal: This API element is subject to removal in a future version.
Action that adds an outbound MessageContext and related OIDC contexts to the ProfileRequestContext.
Event:
EventIds.PROCEED_EVENT_ID
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Deprecated, for removal: This API element is subject to removal in a future version.
      Class logger.
    • contextType

      @Nonnull private Class<? extends BaseContext> contextType
      Deprecated, for removal: This API element is subject to removal in a future version.
      Type of subcontext to create.
  • Constructor Details

    • AbstractInitializeOutboundResponseMessageContext

      public AbstractInitializeOutboundResponseMessageContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
  • Method Details

    • setContextType

      public void setContextType(@Nonnull Class<? extends BaseContext> claz)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Set the type of subcontext to create.
      Parameters:
      claz - context type
    • doExecute

      protected void doExecute(@Nonnull ProfileRequestContext profileRequestContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      doExecute in class AbstractProfileAction