インターフェース ServerLogoutSuccessHandler
- すべての既知の実装クラス:
HttpStatusReturningServerLogoutSuccessHandler、OidcClientInitiatedServerLogoutSuccessHandler、RedirectServerLogoutSuccessHandler
public interface ServerLogoutSuccessHandler
ログアウトが正常に実行されたときの戦略(通常は
ServerLogoutHandler が呼び出された後)。- 導入:
- 5.0
- 関連事項:
方法の概要
修飾子と型メソッド説明reactor.core.publisher.Mono<VoidSE>onLogoutSuccess(WebFilterExchange exchange, Authentication authentication) ログアウトが成功した後に呼び出されます
メソッドの詳細
onLogoutSuccess
reactor.core.publisher.Mono<VoidSE> onLogoutSuccess(WebFilterExchange exchange, Authentication authentication) ログアウトが成功した後に呼び出されます- パラメーター:
exchange- 交換authentication-Authentication- 戻り値:
- 完了通知 (成功またはエラー)