Class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper
- java.lang.Object
-
- org.springframework.security.oauth2.client.JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper
-
- All Implemented Interfaces:
java.util.function.Function<JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder,java.util.List<org.springframework.jdbc.core.SqlParameterValue>>
- Enclosing class:
- JdbcOAuth2AuthorizedClientService
public static class JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientParametersMapper extends java.lang.Object implements java.util.function.Function<JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder,java.util.List<org.springframework.jdbc.core.SqlParameterValue>>
The defaultFunction
that mapsJdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder
to aList
ofSqlParameterValue
.
-
-
Constructor Summary
Constructors Constructor Description OAuth2AuthorizedClientParametersMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.springframework.jdbc.core.SqlParameterValue>
apply(JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder authorizedClientHolder)
-
-
-
Method Detail
-
apply
public java.util.List<org.springframework.jdbc.core.SqlParameterValue> apply(JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder authorizedClientHolder)
- Specified by:
apply
in interfacejava.util.function.Function<JdbcOAuth2AuthorizedClientService.OAuth2AuthorizedClientHolder,java.util.List<org.springframework.jdbc.core.SqlParameterValue>>
-
-