Uses of Class
oauth.signpost.exception.OAuthExpectationFailedException
-
Packages that use OAuthExpectationFailedException Package Description oauth.signpost -
-
Uses of OAuthExpectationFailedException in oauth.signpost
Methods in oauth.signpost that throw OAuthExpectationFailedException Modifier and Type Method Description voidAbstractOAuthProvider. retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams)voidOAuthProvider. retrieveAccessToken(OAuthConsumer consumer, String oauthVerifier, String... customOAuthParams)Queries the service provider for an access token.StringAbstractOAuthProvider. retrieveRequestToken(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams)StringOAuthProvider. retrieveRequestToken(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams)Queries the service provider for a request token.protected voidAbstractOAuthProvider. retrieveToken(OAuthConsumer consumer, String endpointUrl, HttpParameters customOAuthParams)Implemented by subclasses.HttpRequestAbstractOAuthConsumer. sign(Object request)StringAbstractOAuthConsumer. sign(String url)HttpRequestAbstractOAuthConsumer. sign(HttpRequest request)HttpRequestOAuthConsumer. sign(Object request)Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.StringOAuthConsumer. sign(String url)"Signs" the given URL by appending all OAuth parameters to it which are required for message signing.HttpRequestOAuthConsumer. sign(HttpRequest request)Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.
-