インターフェース ServerLogoutHandler

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

public interface ServerLogoutHandler
ログアウトを処理します
導入:
5.0
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    reactor.core.publisher.Mono<VoidSE>
    logout(WebFilterExchange exchange, Authentication authentication)
    ログアウトがリクエストされたときに呼び出されます
  • メソッドの詳細

    • logout

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