Uses of Interface
oauth.signpost.OAuthConsumer
-
Packages that use OAuthConsumer Package Description oauth.signpost oauth.signpost.basic -
-
Uses of OAuthConsumer in oauth.signpost
Classes in oauth.signpost that implement OAuthConsumer Modifier and Type Class Description classAbstractOAuthConsumerABC for consumer implementations.Methods in oauth.signpost with parameters of type OAuthConsumer 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. -
Uses of OAuthConsumer in oauth.signpost.basic
Classes in oauth.signpost.basic that implement OAuthConsumer Modifier and Type Class Description classDefaultOAuthConsumerThe default implementation for an OAuth consumer.
-