インターフェース ServerAuthenticationSuccessHandler
- すべての既知の実装クラス:
ConcurrentSessionControlServerAuthenticationSuccessHandler、DelegatingServerAuthenticationSuccessHandler、RedirectServerAuthenticationSuccessHandler、RegisterSessionServerAuthenticationSuccessHandler、WebFilterChainServerAuthenticationSuccessHandler
public interface ServerAuthenticationSuccessHandler
認証の成功を処理します
- 導入:
- 5.0
メソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<VoidSE>onAuthenticationSuccess(WebFilterExchange webFilterExchange, Authentication authentication) アプリケーションが正常に認証されると呼び出されます
メソッドの詳細
onAuthenticationSuccess
reactor.core.publisher.Mono<VoidSE> onAuthenticationSuccess(WebFilterExchange webFilterExchange, Authentication authentication) アプリケーションが正常に認証されると呼び出されます- パラメーター:
webFilterExchange- 交換authentication-Authentication- 戻り値:
- 完了通知 (成功またはエラー)