See: Description
Interface | Description |
---|---|
OAuth2UserService |
Implementations of this interface are responsible for obtaining the user attributes
of the End-User (resource owner) from the UserInfo Endpoint
using the provided
OAuth2ClientAuthenticationToken.getAccessToken()
and returning an AuthenticatedPrincipal in the form of an OAuth2User . |
UserInfoRetriever |
A strategy for retrieving the user attributes
of the End-User (resource owner) from the UserInfo Endpoint
using the provided
OAuth2ClientAuthenticationToken.getAccessToken() . |
Class | Description |
---|---|
CustomUserTypesOAuth2UserService |
An implementation of an
OAuth2UserService that supports custom OAuth2User types. |
DefaultOAuth2UserService |
An implementation of an
OAuth2UserService that supports standard OAuth 2.0 Provider's. |
DelegatingOAuth2UserService |
An implementation of an
OAuth2UserService that simply delegates
to it's internal List of OAuth2UserService 's. |