Interface | Description |
---|---|
AuthoritiesExtractor |
Strategy used by
UserInfoTokenServices to extract authorities from the resource
server's response. |
JwtAccessTokenConverterConfigurer | Deprecated
See the
OAuth 2.0 Migration Guide for Spring Security 5.
|
JwtAccessTokenConverterRestTemplateCustomizer | Deprecated
See the
OAuth 2.0 Migration Guide for Spring Security 5.
|
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. |