Class SetFrontChannelLogoutSuccess

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 SetFrontChannelLogoutSuccess extends AbstractOIDCLogoutPropagationAction
Action that sets the LogoutPropagationContext.setResult(Result) as 'success'.
  • Field Details

    • log

      @Nonnull private org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • SetFrontChannelLogoutSuccess

      public SetFrontChannelLogoutSuccess()
  • Method Details