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>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.jdbc.core.SqlParameterValue>
apply
(OAuth2AuthorizationConsent authorizationConsent)
-
Constructor Details
-
OAuth2AuthorizationConsentParametersMapper
public OAuth2AuthorizationConsentParametersMapper()
-
-
Method Details
-
apply
public List<org.springframework.jdbc.core.SqlParameterValue> apply(OAuth2AuthorizationConsent authorizationConsent) - Specified by:
apply
in interfaceFunction<OAuth2AuthorizationConsent,
List<org.springframework.jdbc.core.SqlParameterValue>>
-