| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.security.oauth2.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedPrincipalExtractor
Default implementation of
PrincipalExtractor. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserInfoTokenServices.setPrincipalExtractor(PrincipalExtractor principalExtractor) |
| Constructor and Description |
|---|
SocialTokenServicesConfiguration(ResourceServerProperties sso,
org.springframework.beans.factory.ObjectProvider<org.springframework.social.connect.support.OAuth2ConnectionFactory<?>> connectionFactoryProvider,
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 © 2017 Pivotal Software, Inc.. All rights reserved.