@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.JwkTokenStoreConfiguration |
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>> customizers,
ObjectProvider<org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails> details,
ObjectProvider<org.springframework.security.oauth2.client.OAuth2ClientContext> oauth2ClientContext) |
public ResourceServerTokenServicesConfiguration()
@Bean @ConditionalOnMissingBean public UserInfoRestTemplateFactory userInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>> customizers, ObjectProvider<org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails> details, ObjectProvider<org.springframework.security.oauth2.client.OAuth2ClientContext> oauth2ClientContext)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.