| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.security.oauth2.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedAuthoritiesExtractor
Default implementation of
AuthoritiesExtractor. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserInfoTokenServices.setAuthoritiesExtractor(AuthoritiesExtractor authoritiesExtractor) |
| Constructor and Description |
|---|
SocialTokenServicesConfiguration(ResourceServerProperties sso,
org.springframework.beans.factory.ObjectProvider<org.springframework.social.connect.support.OAuth2ConnectionFactory<?>> connectionFactory,
UserInfoRestTemplateFactory restTemplateFactory,
org.springframework.beans.factory.ObjectProvider<AuthoritiesExtractor> authoritiesExtractor,
org.springframework.beans.factory.ObjectProvider<PrincipalExtractor> principalExtractor) |
UserInfoTokenServicesConfiguration(ResourceServerProperties sso,
UserInfoRestTemplateFactory restTemplateFactory,
org.springframework.beans.factory.ObjectProvider<AuthoritiesExtractor> authoritiesExtractor,
org.springframework.beans.factory.ObjectProvider<PrincipalExtractor> principalExtractor) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.