Class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper
java.lang.Object
org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>
- Enclosing class:
- JdbcOAuth2AuthorizationConsentService
public static class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentRowMapper
extends Object
implements org.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>
-
Constructor Summary
ConstructorDescriptionOAuth2AuthorizationConsentRowMapper
(RegisteredClientRepository registeredClientRepository) -
Method Summary
-
Constructor Details
-
OAuth2AuthorizationConsentRowMapper
-
-
Method Details
-
mapRow
- Specified by:
mapRow
in interfaceorg.springframework.jdbc.core.RowMapper<OAuth2AuthorizationConsent>
- Throws:
SQLException
-
getRegisteredClientRepository
-