クラス DefaultReactiveOAuth2UserService

    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Mono<OAuth2User>loadUser​(OAuth2UserRequest userRequest)
      UserInfo エンドポイントからエンドユーザーのユーザー属性を取得した後、OAuth2User を返します。
      voidsetWebClient​(org.springframework.web.reactive.function.client.WebClient webClient)
      ユーザーエンドポイントの取得に使用する WebClient を設定します
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクターの詳細

      • DefaultReactiveOAuth2UserService

        public DefaultReactiveOAuth2UserService()
    • メソッドの詳細

      • setWebClient

        public void setWebClient​(org.springframework.web.reactive.function.client.WebClient webClient)
        ユーザーエンドポイントの取得に使用する WebClient を設定します
        パラメーター:
        webClient - 使用するクライアント