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>>
- Since:
- 7.0
-
Constructor Summary
Constructors -
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:
applyin interfaceFunction<OAuth2AuthorizationConsent, List<org.springframework.jdbc.core.SqlParameterValue>>
-