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

  • Method Details

    • mapRow

      public OAuth2Authorization mapRow(ResultSet rs, int rowNum) throws SQLException
      Specified by:
      mapRow in interface org.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

      protected final RegisteredClientRepository getRegisteredClientRepository()
    • getLobHandler

      protected final org.springframework.jdbc.support.lob.LobHandler getLobHandler()
    • getObjectMapper

      protected final com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()