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