All Classes and Interfaces

Class
Description
 
An access token is an OAuth token which can be used multiple times and has a long lifetime.
Factory to create OAuth access tokens.
 
 
This is OAuth20AuthorizationResponseBuilder that attempts to build the callback url with the access token, refresh token, etc as part of the authorization phase.
The OAuth client authentication methods.
An OAuth code is an OAuth token which can be used only once and has a short lifetime.
Factory to create OAuth codes.
This class has the main constants for the OAuth implementation.
Factory to create OAuth device tokens.
Factory to create OAuth device tokens.
The OAuth grant types (on the access token request).
 
A refresh token is an OAuth token which can be used multiple times and has a very long lifetime.
Factory to create OAuth refresh tokens.
The OAuth response mode types (on the authorize request).
The OAuth response types (on the authorize request).
OAuth tokens are mostly like service tickets: they deal with authentication and service.
 
Strategy interface that acts as factory to handle creation of un-typed user profile data which then could be transformed into whatever representation necessary by upstream components.