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