Uses of Class
oauth.signpost.exception.OAuthCommunicationException
-
Packages that use OAuthCommunicationException Package Description oauth.signpost -
-
Uses of OAuthCommunicationException in oauth.signpost
Methods in oauth.signpost that throw OAuthCommunicationException Modifier and Type Method Description void
AbstractOAuthProvider. retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams)
void
OAuthProvider. retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams)
Queries the service provider for an access token.String
AbstractOAuthProvider. retrieveRequestToken(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams)
String
OAuthProvider. retrieveRequestToken(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams)
Queries the service provider for a request token.protected void
AbstractOAuthProvider. retrieveToken(OAuthConsumer consumer, String endpointUrl, HttpParameters customOAuthParams)
Implemented by subclasses.HttpRequest
AbstractOAuthConsumer. sign(Object request)
String
AbstractOAuthConsumer. sign(String url)
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.String
OAuthConsumer. sign(String url)
"Signs" the given URL by appending all OAuth parameters to it which are required for message signing.HttpRequest
OAuthConsumer. sign(HttpRequest request)
Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.
-