Uses of Class
oauth.signpost.AbstractOAuthProvider
-
Packages that use AbstractOAuthProvider Package Description oauth.signpost.basic oauth.signpost.commonshttp -
-
Uses of AbstractOAuthProvider in oauth.signpost.basic
Subclasses of AbstractOAuthProvider in oauth.signpost.basic Modifier and Type Class Description class
DefaultOAuthProvider
This default implementation usesHttpURLConnection
type GET requests to receive tokens from a service provider. -
Uses of AbstractOAuthProvider in oauth.signpost.commonshttp
Subclasses of AbstractOAuthProvider in oauth.signpost.commonshttp Modifier and Type Class Description class
CommonsHttpOAuthProvider
This implementation uses the Apache CommonsHttpClient
4.x HTTP implementation to fetch OAuth tokens from a service provider.
-