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>
The default RowMapper that maps the current row in java.sql.ResultSet to OAuth2AuthorizedClient.
  • Field Details

    • clientRegistrationRepository

      protected final ClientRegistrationRepository clientRegistrationRepository
    • lobHandler

      protected org.springframework.jdbc.support.lob.LobHandler lobHandler
  • Constructor Details

  • Method Details