Class AuthorizedClientServiceOAuth2AuthorizedClientManager.DefaultContextAttributesMapper
java.lang.Object
org.springframework.security.oauth2.client.AuthorizedClientServiceOAuth2AuthorizedClientManager.DefaultContextAttributesMapper
- All Implemented Interfaces:
Function<OAuth2AuthorizeRequest,
Map<String, Object>>
- Enclosing class:
- AuthorizedClientServiceOAuth2AuthorizedClientManager
public static class AuthorizedClientServiceOAuth2AuthorizedClientManager.DefaultContextAttributesMapper
extends Object
implements Function<OAuth2AuthorizeRequest,Map<String,Object>>
The default implementation of the
contextAttributesMapper
.