Class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper

java.lang.Object
org.springframework.security.oauth2.server.authorization.JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper
All Implemented Interfaces:
Function<OAuth2AuthorizationConsent,List<org.springframework.jdbc.core.SqlParameterValue>>
Enclosing class:
JdbcOAuth2AuthorizationConsentService

public static class JdbcOAuth2AuthorizationConsentService.OAuth2AuthorizationConsentParametersMapper extends Object implements Function<OAuth2AuthorizationConsent,List<org.springframework.jdbc.core.SqlParameterValue>>
The default Function that maps OAuth2AuthorizationConsent to a List of SqlParameterValue.
  • Constructor Details

    • OAuth2AuthorizationConsentParametersMapper

      public OAuth2AuthorizationConsentParametersMapper()
  • Method Details