public static class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
| Modifier and Type | Field and Description |
|---|---|
protected ClientRegistrationRepository |
clientRegistrationRepository |
| Constructor and Description |
|---|
OAuth2AuthorizedClientRowMapper(ClientRegistrationRepository clientRegistrationRepository) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2AuthorizedClient |
mapRow(java.sql.ResultSet rs,
int rowNum) |
protected final ClientRegistrationRepository clientRegistrationRepository
public OAuth2AuthorizedClientRowMapper(ClientRegistrationRepository clientRegistrationRepository)
public OAuth2AuthorizedClient mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
mapRow in interface org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>java.sql.SQLException