Class JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
java.lang.Object
org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<OAuth2Authorization>
- Enclosing class:
- JdbcOAuth2AuthorizationService
public static class JdbcOAuth2AuthorizationService.OAuth2AuthorizationRowMapper
extends Object
implements org.springframework.jdbc.core.RowMapper<OAuth2Authorization>
-
Constructor Summary
ConstructorDescriptionOAuth2AuthorizationRowMapper
(RegisteredClientRepository registeredClientRepository) -
Method Summary
Modifier and TypeMethodDescriptionprotected final org.springframework.jdbc.support.lob.LobHandler
protected final com.fasterxml.jackson.databind.ObjectMapper
protected final RegisteredClientRepository
final void
setLobHandler
(org.springframework.jdbc.support.lob.LobHandler lobHandler) final void
setObjectMapper
(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Constructor Details
-
OAuth2AuthorizationRowMapper
-
-
Method Details
-
mapRow
- Specified by:
mapRow
in interfaceorg.springframework.jdbc.core.RowMapper<OAuth2Authorization>
- Throws:
SQLException
-
setLobHandler
public final void setLobHandler(org.springframework.jdbc.support.lob.LobHandler lobHandler) -
setObjectMapper
public final void setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
getRegisteredClientRepository
-
getLobHandler
protected final org.springframework.jdbc.support.lob.LobHandler getLobHandler() -
getObjectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-