| Package | Description |
|---|---|
| org.apache.shindig.gadgets.http | |
| org.apache.shindig.gadgets.oauth |
| Modifier and Type | Method and Description |
|---|---|
OAuthArguments |
HttpRequest.getOAuthArguments() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.setOAuthArguments(OAuthArguments oauthArguments) |
| Modifier and Type | Method and Description |
|---|---|
AccessorInfo |
GadgetOAuthTokenStore.getOAuthAccessor(SecurityToken securityToken,
OAuthArguments arguments,
OAuthClientState clientState,
OAuthResponseParams responseParams,
OAuthFetcherConfig fetcherConfig)
Retrieve an AccessorInfo and OAuthAccessor that are ready for signing OAuthMessages.
|
void |
GadgetOAuthTokenStore.removeToken(SecurityToken securityToken,
OAuthStore.ConsumerInfo consumerInfo,
OAuthArguments arguments,
OAuthResponseParams responseParams)
Remove an access token for the given user/gadget/service/token name
|
void |
GadgetOAuthTokenStore.storeTokenKeyAndSecret(SecurityToken securityToken,
OAuthStore.ConsumerInfo consumerInfo,
OAuthArguments arguments,
OAuthStore.TokenInfo tokenInfo,
OAuthResponseParams responseParams)
Store an access token for the given user/gadget/service/token name
|
| Constructor and Description |
|---|
OAuthArguments(OAuthArguments orig)
Copy constructor.
|
OAuthGadgetContext(SecurityToken securityToken,
OAuthArguments arguments) |
Copyright © 2007-2012. All Rights Reserved.