クラス InMemoryOAuth2AuthorizedClientService

java.lang.ObjectSE
org.springframework.security.oauth2.client.InMemoryOAuth2AuthorizedClientService
実装されたすべてのインターフェース:
OAuth2AuthorizedClientService

public final class InMemoryOAuth2AuthorizedClientService extends ObjectSE implements OAuth2AuthorizedClientService
導入:
5.0
関連事項:
  • コンストラクターの詳細

    • InMemoryOAuth2AuthorizedClientService

      public InMemoryOAuth2AuthorizedClientService(ClientRegistrationRepository clientRegistrationRepository)
      指定されたパラメーターを使用して InMemoryOAuth2AuthorizedClientService を構築します。
      パラメーター:
      clientRegistrationRepository - クライアント登録のリポジトリ
    • InMemoryOAuth2AuthorizedClientService

      public InMemoryOAuth2AuthorizedClientService(ClientRegistrationRepository clientRegistrationRepository, MapSE<OAuth2AuthorizedClientId,OAuth2AuthorizedClient> authorizedClients)
      指定されたパラメーターを使用して InMemoryOAuth2AuthorizedClientService を構築します。
      パラメーター:
      clientRegistrationRepository - クライアント登録のリポジトリ
      authorizedClients - OAuth2AuthorizedClientId によってキー設定された認可クライアントの初期 Map 
      導入:
      5.2
  • メソッドの詳細