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

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

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

Methods in org.apache.shindig.gadgets.oauth with parameters of type OAuthRequestException
 void OAuthResponseParams.addToResponse(HttpResponseBuilder response, OAuthRequestException e)
          Update a response with additional data to be returned to the application.
 

Methods in org.apache.shindig.gadgets.oauth that throw OAuthRequestException
 AccessorInfo AccessorInfoBuilder.create(OAuthResponseParams responseParams)
           
 String OAuthCallbackGenerator.generateCallback(OAuthFetcherConfig fetcherConfig, String baseCallback, HttpRequest request, OAuthResponseParams responseParams)
           
 String GadgetOAuthCallbackGenerator.generateCallback(OAuthFetcherConfig fetcherConfig, String baseCallback, HttpRequest request, OAuthResponseParams responseParams)
           
 AccessorInfo GadgetOAuthTokenStore.getOAuthAccessor(SecurityToken securityToken, OAuthArguments arguments, OAuthClientState clientState, OAuthResponseParams responseParams, OAuthFetcherConfig fetcherConfig)
          Retrieve an AccessorInfo and OAuthAccessor that are ready for signing OAuthMessages.
 void GadgetOAuthTokenStore.removeToken(SecurityToken securityToken, OAuthStore.ConsumerInfo consumerInfo, OAuthArguments arguments, OAuthResponseParams responseParams)
          Remove an access token for the given user/gadget/service/token name
 HttpRequest OAuthRequest.sanitizeAndSign(HttpRequest base, List<net.oauth.OAuth.Parameter> params, boolean tokenEndpoint)
          Start with an HttpRequest.
 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.