| Interface | Description |
|---|---|
| OAuth2Accessor |
OAuth2 related data accessor.
|
| OAuth2Message |
Interface representing an OAuth2Message parser that is injected into the
OAuth2Request
layer. |
| OAuth2Request |
Implements OAuth2 fetch for gadgets.
|
| OAuth2RequestParameterGenerator |
Enables injection of a new request parameter generator into the system.
|
| OAuth2Store |
Interface to an OAuth 2.0 Data Store.
|
| OAuth2Token |
Contains all relevant data for a token.
|
| Class | Description |
|---|---|
| BasicOAuth2Accessor |
see
OAuth2Accessor |
| BasicOAuth2Message |
See
OAuth2Message |
| BasicOAuth2Request |
see
OAuth2Request |
| BasicOAuth2RequestParameterGenerator |
Default implementation of a request parameter generator that return an empty map
|
| BasicOAuth2Store |
see
OAuth2Store
Default OAuth2Store. |
| GadgetOAuth2TokenStore |
Higher-level interface that allows callers to store and retrieve
OAuth2-related data directly from
GadgetSpecs, GadgetContext
s, etc. |
| OAuth2Arguments |
Arguments to an OAuth2 fetch sent by the client.
|
| OAuth2CallbackState | |
| OAuth2CallbackStateToken | |
| OAuth2FetcherConfig |
Configuration parameters for an OAuth2Request
|
| OAuth2GadgetContext |
GadgetContext for use when handling an OAuth2 request.
|
| OAuth2MessageModule |
Injects the default
OAuth2Message implmentation. |
| OAuth2MessageModule.OAuth2MessageProvider | |
| OAuth2Module |
Injects the default OAuth2 implementation for
BasicOAuth2Request and
BasicOAuth2Store |
| OAuth2Module.OAuth2CrypterProvider | |
| OAuth2Module.OAuth2RequestProvider | |
| OAuth2Module.OAuth2StoreProvider | |
| OAuth2ResponseParams |
Container for OAuth2 specific data to include in the response to the client.
|
| OAuth2Utils |
Some common OAuth2 related utility methods
|
| Enum | Description |
|---|---|
| OAuth2Accessor.Type |
Enumeration of possible accessor types
|
| OAuth2Error |
Any time there's an error in the OAuth2 layer it's reported with an OAuth2Error.
|
| OAuth2Token.Type |
| Exception | Description |
|---|---|
| OAuth2RequestException |
Thrown by OAuth2 request routines.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.