Class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
- java.lang.Object
-
- org.springframework.security.oauth2.client.JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper
-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
- Enclosing class:
- JdbcOAuth2AuthorizedClientService
public static class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientRegistrationRepository
clientRegistrationRepository
protected org.springframework.jdbc.support.lob.LobHandler
lobHandler
-
Constructor Summary
Constructors Constructor Description OAuth2AuthorizedClientRowMapper(ClientRegistrationRepository clientRegistrationRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuth2AuthorizedClient
mapRow(java.sql.ResultSet rs, int rowNum)
void
setLobHandler(org.springframework.jdbc.support.lob.LobHandler lobHandler)
-
-
-
Field Detail
-
clientRegistrationRepository
protected final ClientRegistrationRepository clientRegistrationRepository
-
lobHandler
protected org.springframework.jdbc.support.lob.LobHandler lobHandler
-
-
Constructor Detail
-
OAuth2AuthorizedClientRowMapper
public OAuth2AuthorizedClientRowMapper(ClientRegistrationRepository clientRegistrationRepository)
-
-
Method Detail
-
setLobHandler
public final void setLobHandler(org.springframework.jdbc.support.lob.LobHandler lobHandler)
-
mapRow
public OAuth2AuthorizedClient mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
- Specified by:
mapRow
in interfaceorg.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
- Throws:
java.sql.SQLException
-
-