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

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

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

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

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