インターフェース ServerAuthenticationSuccessHandler

すべての既知の実装クラス:
ConcurrentSessionControlServerAuthenticationSuccessHandlerDelegatingServerAuthenticationSuccessHandlerRedirectServerAuthenticationSuccessHandlerRegisterSessionServerAuthenticationSuccessHandlerWebFilterChainServerAuthenticationSuccessHandler

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
      戻り値:
      完了通知 (成功またはエラー)