Uses of Class
org.apache.shindig.gadgets.oauth.OAuthStore.ConsumerInfo

Packages that use OAuthStore.ConsumerInfo
org.apache.shindig.gadgets.oauth   
 

Uses of OAuthStore.ConsumerInfo in org.apache.shindig.gadgets.oauth
 

Methods in org.apache.shindig.gadgets.oauth that return OAuthStore.ConsumerInfo
 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)
           
 

Methods in org.apache.shindig.gadgets.oauth with parameters of type OAuthStore.ConsumerInfo
 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
 

Constructors in org.apache.shindig.gadgets.oauth with parameters of type OAuthStore.ConsumerInfo
AccessorInfo(net.oauth.OAuthAccessor accessor, OAuthStore.ConsumerInfo consumer, AccessorInfo.HttpMethod httpMethod, AccessorInfo.OAuthParamLocation paramLocation, String sessionHandle, long tokenExpireMillis)
           
 



Copyright © 2007-2012. All Rights Reserved.