Uses of Class
oauth.signpost.AbstractOAuthConsumer
-
Packages that use AbstractOAuthConsumer Package Description oauth.signpost.basic oauth.signpost.commonshttp -
-
Uses of AbstractOAuthConsumer in oauth.signpost.basic
Subclasses of AbstractOAuthConsumer in oauth.signpost.basic Modifier and Type Class Description class
DefaultOAuthConsumer
The default implementation for an OAuth consumer. -
Uses of AbstractOAuthConsumer in oauth.signpost.commonshttp
Subclasses of AbstractOAuthConsumer in oauth.signpost.commonshttp Modifier and Type Class Description class
CommonsHttpOAuthConsumer
Supports signing HTTP requests of typeHttpRequest
.
-