@Configuration @ConditionalOnMissingBean(value=org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration.class) public class ResourceServerTokenServicesConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
ResourceServerTokenServicesConfiguration.JwtTokenServicesConfiguration |
protected static class |
ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfiguration |
Constructor and Description |
---|
ResourceServerTokenServicesConfiguration() |
Modifier and Type | Method and Description |
---|---|
UserInfoRestTemplateFactory |
userInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>> customizersProvider,
ObjectProvider<org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails> detailsProvider,
ObjectProvider<org.springframework.security.oauth2.client.OAuth2ClientContext> oauth2ClientContextProvider) |
public ResourceServerTokenServicesConfiguration()
@Bean @ConditionalOnMissingBean public UserInfoRestTemplateFactory userInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>> customizersProvider, ObjectProvider<org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails> detailsProvider, ObjectProvider<org.springframework.security.oauth2.client.OAuth2ClientContext> oauth2ClientContextProvider)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.