Uses of Class
oauth.signpost.exception.OAuthExpectationFailedException
Packages that use OAuthExpectationFailedException
-
Uses of OAuthExpectationFailedException in oauth.signpost
Methods in oauth.signpost that throw OAuthExpectationFailedExceptionModifier and TypeMethodDescriptionvoid
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.AbstractOAuthProvider.retrieveRequestToken
(OAuthConsumer consumer, String callbackUrl, String... customOAuthParams) 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.AbstractOAuthConsumer.sign
(HttpRequest request) Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it."Signs" the given URL by appending all OAuth parameters to it which are required for message signing.OAuthConsumer.sign
(HttpRequest request) Signs the given HTTP request by writing an OAuth signature (and other required OAuth parameters) to it.