クラス JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
java.lang.ObjectSE
org.springframework.security.oauth2.client.JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
- 実装されたすべてのインターフェース:
org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
- 含まれているクラス:
- JdbcOAuth2AuthorizedClientService
public static class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
extends ObjectSE
implements org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
フィールドのサマリー
フィールド修飾子と型フィールド説明protected final ClientRegistrationRepository
protected org.springframework.jdbc.support.lob.LobHandler
コンストラクターの概要
コンストラクターコンストラクター説明OAuth2AuthorizedClientRowMapper
(ClientRegistrationRepository clientRegistrationRepository) メソッドのサマリー
修飾子と型メソッド説明mapRow
(ResultSetSE rs, int rowNum) final void
setLobHandler
(org.springframework.jdbc.support.lob.LobHandler lobHandler)
フィールドの詳細
clientRegistrationRepository
lobHandler
protected org.springframework.jdbc.support.lob.LobHandler lobHandler
コンストラクターの詳細
OAuth2AuthorizedClientRowMapper
メソッドの詳細
setLobHandler
public final void setLobHandler(org.springframework.jdbc.support.lob.LobHandler lobHandler) mapRow
- 次で指定:
- インターフェース
org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
のmapRow
- 例外:
SQLExceptionSE