Class FormRpInitiatedLogoutResponse

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, 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