インターフェース ServerAuthenticationSuccessHandler

    • メソッドの詳細

      • onAuthenticationSuccess

        reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess​(WebFilterExchange webFilterExchange,
                                                                            Authentication authentication)
        アプリケーションが正常に認証されると呼び出されます
        パラメーター:
        webFilterExchange - 交換
        authentication - Authentication
        戻り値:
        完了通知 (成功またはエラー)