Uses of Class
org.apache.shindig.gadgets.oauth.OAuthClientState

Packages that use OAuthClientState
org.apache.shindig.gadgets.oauth   
 

Uses of OAuthClientState in org.apache.shindig.gadgets.oauth
 

Fields in org.apache.shindig.gadgets.oauth declared as OAuthClientState
protected  OAuthClientState OAuthRequest.clientState
          State information from client
 

Methods in org.apache.shindig.gadgets.oauth that return OAuthClientState
 OAuthClientState OAuthResponseParams.getNewClientState()
          Get the state we will return to the client.
 

Methods in org.apache.shindig.gadgets.oauth with parameters of type OAuthClientState
 AccessorInfo GadgetOAuthTokenStore.getOAuthAccessor(SecurityToken securityToken, OAuthArguments arguments, OAuthClientState clientState, OAuthResponseParams responseParams, OAuthFetcherConfig fetcherConfig)
          Retrieve an AccessorInfo and OAuthAccessor that are ready for signing OAuthMessages.
 



Copyright © 2007-2012. All Rights Reserved.