Class AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager.DefaultContextAttributesMapper
java.lang.Object
org.springframework.security.oauth2.client.AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager.DefaultContextAttributesMapper
- All Implemented Interfaces:
Function<OAuth2AuthorizeRequest,
reactor.core.publisher.Mono<Map<String, Object>>>
- Enclosing class:
- AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager
public static class AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager.DefaultContextAttributesMapper
extends Object
implements Function<OAuth2AuthorizeRequest,reactor.core.publisher.Mono<Map<String,Object>>>
The default implementation of the
contextAttributesMapper
.-
Constructor Details
-
DefaultContextAttributesMapper
public DefaultContextAttributesMapper()
-
-
Method Details
-
apply
public reactor.core.publisher.Mono<Map<String,Object>> apply(OAuth2AuthorizeRequest authorizeRequest)
-