| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth |
| Modifier and Type | Method and Description |
|---|---|
OAuthStore.ConsumerInfo |
AccessorInfo.getConsumer() |
OAuthStore.ConsumerInfo |
OAuthStore.getConsumerKeyAndSecret(SecurityToken securityToken,
String serviceName,
net.oauth.OAuthServiceProvider provider)
Retrieve OAuth consumer to use for requests.
|
OAuthStore.ConsumerInfo |
BasicOAuthStore.getConsumerKeyAndSecret(SecurityToken securityToken,
String serviceName,
net.oauth.OAuthServiceProvider provider) |
| 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) |
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 |
OAuthStore.removeToken(SecurityToken securityToken,
OAuthStore.ConsumerInfo consumerInfo,
String serviceName,
String tokenName)
Remove the access token for the given user/gadget/service/token
|
void |
BasicOAuthStore.removeToken(SecurityToken securityToken,
OAuthStore.ConsumerInfo consumerInfo,
String serviceName,
String tokenName) |
void |
AccessorInfoBuilder.setConsumer(OAuthStore.ConsumerInfo consumer) |
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
|
| Constructor and Description |
|---|
AccessorInfo(net.oauth.OAuthAccessor accessor,
OAuthStore.ConsumerInfo consumer,
AccessorInfo.HttpMethod httpMethod,
AccessorInfo.OAuthParamLocation paramLocation,
String sessionHandle,
long tokenExpireMillis) |
Copyright © 2007-2012. All Rights Reserved.