Class FormRpInitiatedLogoutResponse

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 FormRpInitiatedLogoutResponse extends AbstractOIDCRpInitiatedLogoutAction
Action that forms outbound message based on request and response context. Formed message is set to InOutOperationContext.getOutboundMessageContext().
  • Field Details

    • log

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

      @Nullable private URI postLogoutRedirectUri
      The post logout redirection endpoint.
    • state

      @Nullable private String state
      The optional state parameter to the logout.
  • Constructor Details

    • FormRpInitiatedLogoutResponse

      public FormRpInitiatedLogoutResponse()
  • Method Details