Class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper
java.lang.Object
org.springframework.security.oauth2.client.JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper
- All Implemented Interfaces:
Function<JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder,List<org.springframework.jdbc.core.SqlParameterValue>>
- Enclosing class:
- JdbcOAuth2AuthorizedClientService
public static class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper
extends Object
implements Function<JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder,List<org.springframework.jdbc.core.SqlParameterValue>>
The default
Function that maps JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder to a
List of SqlParameterValue.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.jdbc.core.SqlParameterValue>apply(JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder authorizedClientHolder)
-
Constructor Details
-
OAuth2AuthorizedClientParametersMapper
public OAuth2AuthorizedClientParametersMapper()
-
-
Method Details
-
apply
public List<org.springframework.jdbc.core.SqlParameterValue> apply(JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder authorizedClientHolder) - Specified by:
applyin interfaceFunction<JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder,List<org.springframework.jdbc.core.SqlParameterValue>>
-