@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
See: Description
Interface | Description |
---|---|
ServiceProviderTokenFactory |
Provides methods for generating request and access tokens.
|
ServiceProviderTokenStore |
Provides persistent storage for OAuth tokens.
|
Class | Description |
---|---|
PersistentServiceProviderTokenStore |
A
ServiceProviderTokenStore implementation that persists the tokens to an XML
file |
ServiceProviderToken |
Representation of an OAuth token for use by service providers.
|
ServiceProviderToken.ServiceProviderTokenBuilder | |
ServiceProviderToken.Session |
Representation of an OAuth session.
|
ServiceProviderToken.Session.Builder |
Builder for creating session instances.
|
ServiceProviderTokenFactoryImpl |
Implementation of
ServiceProviderTokenFactory that uses randomly generated values to
generate request and access tokens. |
ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest | |
ServiceProviderTokenFactoryImpl.RequestTokenGenerationRequest.Builder | |
ServiceProviderTokenUtils |
Enum | Description |
---|---|
ServiceProviderToken.Authorization |
Defines the status of request tokens.
|
Copyright © 2016–2022. All rights reserved.