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