クラス JdbcOAuth2AuthorizedClientService

    • フィールドの詳細

      • jdbcOperations

        protected final org.springframework.jdbc.core.JdbcOperations jdbcOperations
      • authorizedClientRowMapper

        protected org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient> authorizedClientRowMapper
      • lobHandler

        protected final org.springframework.jdbc.support.lob.LobHandler lobHandler
    • コンストラクターの詳細

      • JdbcOAuth2AuthorizedClientService

        public JdbcOAuth2AuthorizedClientService​(org.springframework.jdbc.core.JdbcOperations jdbcOperations,
                                                 ClientRegistrationRepository clientRegistrationRepository)
        指定されたパラメーターを使用して JdbcOAuth2AuthorizedClientService を構築します。
        パラメーター:
        jdbcOperations - JDBC オペレーション
        clientRegistrationRepository - クライアント登録のリポジトリ
      • JdbcOAuth2AuthorizedClientService

        public JdbcOAuth2AuthorizedClientService​(org.springframework.jdbc.core.JdbcOperations jdbcOperations,
                                                 ClientRegistrationRepository clientRegistrationRepository,
                                                 org.springframework.jdbc.support.lob.LobHandler lobHandler)
        指定されたパラメーターを使用して JdbcOAuth2AuthorizedClientService を構築します。
        パラメーター:
        jdbcOperations - JDBC オペレーション
        clientRegistrationRepository - クライアント登録のリポジトリ
        lobHandler - 大きなバイナリフィールドと大きなテキストフィールドのハンドラー
        導入:
        5.5