Interface | Description |
---|---|
AuthoritiesExtractor |
Strategy used by
UserInfoTokenServices to extract authorities from the resource
server's response. |
JwtAccessTokenConverterConfigurer |
Callback interface that can be used to provide additional configuration to the
JwtAccessTokenConverter . |
JwtAccessTokenConverterRestTemplateCustomizer |
Callback for customizing the
RestTemplate that is used to fetch the keys used
by JwtAccessTokenConverter . |
PrincipalExtractor |
Strategy used by
UserInfoTokenServices to extract the principal from the
resource server's response. |
UserInfoRestTemplateCustomizer |
Callback for customizing the rest template used to fetch user details if authentication
is done via OAuth2 access tokens.
|
UserInfoRestTemplateFactory |
Factory used to create the
OAuth2RestTemplate used for extracting user info
during authentication if none is available. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.