Uses of Interface
oauth.signpost.OAuthProvider

Packages that use OAuthProvider
oauth.signpost   
oauth.signpost.basic   
 

Uses of OAuthProvider in oauth.signpost
 

Classes in oauth.signpost that implement OAuthProvider
 class AbstractOAuthProvider
          ABC for all provider implementations.
 

Uses of OAuthProvider in oauth.signpost.basic
 

Classes in oauth.signpost.basic that implement OAuthProvider
 class DefaultOAuthProvider
          This default implementation uses HttpURLConnection type GET requests to receive tokens from a service provider.
 



Copyright © 2010. All Rights Reserved.