Interface | Description |
---|---|
OAuth2Credentials<T extends OAuth2ScopeRequirement> |
Credentials that have an OAuth2 access token component
|
OAuth2Token<T extends OAuth2ScopeRequirement> |
Credentials that store an OAuth2 token (refresh or access)
|
StandardUsernameOAuth2Credentials<T extends OAuth2ScopeRequirement> |
Credentials that have a username and an access token combination.
|
Class | Description |
---|---|
OAuth2ScopeRequirement |
A requirement for a set of OAuth2 scopes
NOTE: This should never be implemented directly as scopes do not work
across multiple providers.
|
OAuth2ScopeSpecification<T extends OAuth2ScopeRequirement> |
The base class for provider-specific specifications, instantiated with the
provider-specific requirement type to which the specification should apply.
|
OAuth2ScopeSpecification.Descriptor<T extends OAuth2ScopeRequirement> |
The base descriptor for specification extensions.
|
Copyright © 2004-2014. All Rights Reserved.