Uses of Class
oauth.signpost.exception.OAuthCommunicationException

Packages that use OAuthCommunicationException
oauth.signpost   
 

Uses of OAuthCommunicationException in oauth.signpost
 

Methods in oauth.signpost that throw OAuthCommunicationException
 void AbstractOAuthProvider.retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier)
           
 void OAuthProvider.retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier)
          Queries the service provider for an access token.
 String AbstractOAuthProvider.retrieveRequestToken(OAuthConsumer consumer, String callbackUrl)
           
 String OAuthProvider.retrieveRequestToken(OAuthConsumer consumer, String callbackUrl)
          Queries the service provider for a request token.
protected  void AbstractOAuthProvider.retrieveToken(OAuthConsumer consumer, String endpointUrl, String... additionalParameters)
           Implemented by subclasses.
 HttpRequest OAuthConsumer.sign(HttpRequest request)
          Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.
 HttpRequest AbstractOAuthConsumer.sign(HttpRequest request)
           
 HttpRequest OAuthConsumer.sign(Object request)
           Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.
 HttpRequest AbstractOAuthConsumer.sign(Object request)
           
 String OAuthConsumer.sign(String url)
           "Signs" the given URL by appending all OAuth parameters to it which are required for message signing.
 String AbstractOAuthConsumer.sign(String url)
           
 



Copyright © 2010. All Rights Reserved.