インターフェース ServerLogoutHandler
- すべての既知の実装クラス:
CsrfServerLogoutHandler、DelegatingServerLogoutHandler、HeaderWriterServerLogoutHandler、OidcBackChannelServerLogoutHandler、SecurityContextServerLogoutHandler、WebSessionServerLogoutHandler
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- 戻り値:
- 完了通知 (成功またはエラー)