クラス DelegatingServerAuthenticationSuccessHandler
- java.lang.Object
-
- org.springframework.security.web.server.authentication.DelegatingServerAuthenticationSuccessHandler
- 実装されているすべてのインターフェース:
ServerAuthenticationSuccessHandler
public class DelegatingServerAuthenticationSuccessHandler extends java.lang.Object implements ServerAuthenticationSuccessHandler
ServerAuthenticationSuccessHandler実装のコレクションへのデリゲート。- 導入:
- 5.1
コンストラクターの概要
コンストラクター コンストラクター 説明 DelegatingServerAuthenticationSuccessHandler(ServerAuthenticationSuccessHandler... delegates)
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 reactor.core.publisher.Mono<java.lang.Void>onAuthenticationSuccess(WebFilterExchange exchange, Authentication authentication)アプリケーションが正常に認証されると呼び出されます
コンストラクターの詳細
DelegatingServerAuthenticationSuccessHandler
public DelegatingServerAuthenticationSuccessHandler(ServerAuthenticationSuccessHandler... delegates)
メソッドの詳細
onAuthenticationSuccess
public reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess(WebFilterExchange exchange, Authentication authentication)
インターフェースからコピーされた説明:ServerAuthenticationSuccessHandlerアプリケーションが正常に認証されると呼び出されます- 次で指定:
- インターフェース
ServerAuthenticationSuccessHandlerのonAuthenticationSuccess - パラメーター:
exchange- 交換authentication-Authentication- 戻り値:
- 完了通知 (成功またはエラー)