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 Object
implements org.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
-
Field Summary
Modifier and TypeFieldDescriptionprotected final ClientRegistrationRepository
protected org.springframework.jdbc.support.lob.LobHandler
-
Constructor Summary
ConstructorDescriptionOAuth2AuthorizedClientRowMapper
(ClientRegistrationRepository clientRegistrationRepository) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
setLobHandler
(org.springframework.jdbc.support.lob.LobHandler lobHandler)
-
Field Details
-
clientRegistrationRepository
-
lobHandler
protected org.springframework.jdbc.support.lob.LobHandler lobHandler
-
-
Constructor Details
-
OAuth2AuthorizedClientRowMapper
-
-
Method Details
-
setLobHandler
public final void setLobHandler(org.springframework.jdbc.support.lob.LobHandler lobHandler) -
mapRow
- Specified by:
mapRow
in interfaceorg.springframework.jdbc.core.RowMapper<OAuth2AuthorizedClient>
- Throws:
SQLException
-