public static class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>
| Constructor and Description |
|---|
OAuth2AuthorizationConsentRowMapper(RegisteredClientRepository registeredClientRepository) |
| Modifier and Type | Method and Description |
|---|---|
protected RegisteredClientRepository |
getRegisteredClientRepository() |
OAuth2AuthorizationConsent |
mapRow(java.sql.ResultSet rs,
int rowNum) |
public OAuth2AuthorizationConsentRowMapper(RegisteredClientRepository registeredClientRepository)
public OAuth2AuthorizationConsent mapRow(java.sql.ResultSet rs, int rowNum) throws java.sql.SQLException
mapRow in interface org.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>java.sql.SQLExceptionprotected final RegisteredClientRepository getRegisteredClientRepository()