| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth |
| Modifier and Type | Method and Description |
|---|---|
OAuthStore.TokenInfo |
OAuthStore.getTokenInfo(SecurityToken securityToken,
OAuthStore.ConsumerInfo consumerInfo,
String serviceName,
String tokenName)
Retrieve OAuth access token to use for the request.
|
OAuthStore.TokenInfo |
BasicOAuthStore.getTokenInfo(SecurityToken securityToken,
OAuthStore.ConsumerInfo consumerInfo,
String serviceName,
String tokenName) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthStore.setTokenInfo(SecurityToken securityToken,
OAuthStore.ConsumerInfo consumerInfo,
String serviceName,
String tokenName,
OAuthStore.TokenInfo tokenInfo)
Set the access token for the given user/gadget/service/token
|
void |
BasicOAuthStore.setTokenInfo(SecurityToken securityToken,
OAuthStore.ConsumerInfo consumerInfo,
String serviceName,
String tokenName,
OAuthStore.TokenInfo tokenInfo) |
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
|
Copyright © 2007-2012. All Rights Reserved.