クラス 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 ClientRegistrationRepositoryprotected org.springframework.jdbc.support.lob.LobHandlerコンストラクター概要
コンストラクターコンストラクター説明OAuth2AuthorizedClientRowMapper(ClientRegistrationRepository clientRegistrationRepository) 方法の概要
修飾子と型メソッド説明mapRow(ResultSetSE rs, int rowNum) final voidsetLobHandler(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