インターフェース ServerLogoutSuccessHandler

すべての既知の実装クラス:
HttpStatusReturningServerLogoutSuccessHandlerOidcClientInitiatedServerLogoutSuccessHandlerRedirectServerLogoutSuccessHandler

public interface ServerLogoutSuccessHandler
ログアウトが正常に実行されたときの戦略(通常は ServerLogoutHandler が呼び出された後)。
導入:
5.0
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    reactor.core.publisher.Mono<VoidSE>
    ログアウトが成功した後に呼び出されます
  • メソッドの詳細

    • onLogoutSuccess

      reactor.core.publisher.Mono<VoidSE> onLogoutSuccess(WebFilterExchange exchange, Authentication authentication)
      ログアウトが成功した後に呼び出されます
      パラメーター:
      exchange - 交換
      authentication - Authentication
      戻り値:
      完了通知 (成功またはエラー)