| Interface | Description |
|---|---|
| OAuthCallbackGenerator |
Figures out the OAuth callback URL to send service providers.
|
| OAuthStore |
Interface to an OAuth Data Store.
|
| Class | Description |
|---|---|
| AccessorInfo |
OAuth related data accessor
|
| AccessorInfoBuilder |
Builder for AccessorInfo object.
|
| BasicOAuthStore |
Simple implementation of the
OAuthStore interface. |
| BasicOAuthStoreConsumerIndex |
Index into the token store by
|
| BasicOAuthStoreConsumerKeyAndSecret |
Data structure representing and OAuth consumer key and secret
|
| BasicOAuthStoreTokenIndex |
Simple class representing oauth token store
|
| GadgetOAuthCallbackGenerator |
Generates callback URLs for gadgets using OAuth 1.0a.
|
| GadgetOAuthTokenStore |
Higher-level interface that allows callers to store and retrieve
OAuth-related data directly from
GadgetSpecs, GadgetContexts,
etc. |
| OAuthArguments |
Arguments to an OAuth fetch sent by the client.
|
| OAuthCallbackState |
Handles state passed on the OAuth callback URL.
|
| OAuthClientState |
Class to handle OAuth fetcher state stored client side.
|
| OAuthCommandLine |
Run a simple OAuth fetcher to execute a variety of OAuth fetches and output
the result
Arguments
--consumerKey
|
| OAuthFetcherConfig |
Configuration parameters for an OAuthRequest
|
| OAuthGadgetContext |
GadgetContext for use when handling an OAuth request.
|
| OAuthModule |
Loads pre-reqs for OAuth.
|
| OAuthModule.OAuthCrypterProvider | |
| OAuthModule.OAuthRequestProvider | |
| OAuthModule.OAuthStoreProvider | |
| OAuthRequest |
Implements both signed fetch and full OAuth for gadgets, as well as a combination of the two that
is necessary to build OAuth enabled gadgets for social sites.
|
| OAuthResponseParams |
Container for OAuth specific data to include in the response to the client.
|
| OAuthStore.ConsumerInfo |
Information about an OAuth consumer.
|
| OAuthStore.TokenInfo |
Information about an access token.
|
| Enum | Description |
|---|---|
| AccessorInfo.HttpMethod | |
| AccessorInfo.OAuthParamLocation | |
| BasicOAuthStoreConsumerKeyAndSecret.KeyType | |
| OAuthArguments.UseToken |
Should the OAuth access token be used?
|
| OAuthCommandLine.BodySigning | |
| OAuthError |
Error strings to be returned to gadgets as "oauthError" data.
|
| Exception | Description |
|---|---|
| OAuthRequestException |
Thrown by OAuth request routines.
|
Copyright © 2007-2012. All Rights Reserved.