Uses of Package
net.oauth

Packages that use net.oauth
com.simpleyql   
net.oauth Fundamental classes and algorithms for implementing OAuth
net.oauth.client   
net.oauth.http Classes that integrate OAuth with HTTP. 
net.oauth.signature Classes to compute and verify digital signatures. 
 

Classes in net.oauth used by com.simpleyql
OAuthException
          An exception thrown by the OAuth library.
 

Classes in net.oauth used by net.oauth
OAuth.Parameter
          A name/value pair.
OAuthAccessor
          Properties of one User of an OAuthConsumer.
OAuthConsumer
          Properties of an OAuth Consumer.
OAuthException
          An exception thrown by the OAuth library.
OAuthMessage
          A request or response message used in the OAuth protocol.
OAuthProblemException
          An OAuth-related problem, described using a set of named parameters.
OAuthServiceProvider
          Properties of an OAuth Service Provider.
OAuthValidator
          An algorithm to determine whether a message has a valid signature, a correct version number, a fresh timestamp, etc.
ParameterStyle
          Where to place OAuth parameters in an HTTP message.
 

Classes in net.oauth used by net.oauth.client
OAuthAccessor
          Properties of one User of an OAuthConsumer.
OAuthException
          An exception thrown by the OAuth library.
OAuthMessage
          A request or response message used in the OAuth protocol.
OAuthProblemException
          An OAuth-related problem, described using a set of named parameters.
ParameterStyle
          Where to place OAuth parameters in an HTTP message.
 

Classes in net.oauth used by net.oauth.http
OAuthMessage
          A request or response message used in the OAuth protocol.
ParameterStyle
          Where to place OAuth parameters in an HTTP message.
 

Classes in net.oauth used by net.oauth.signature
OAuthAccessor
          Properties of one User of an OAuthConsumer.
OAuthException
          An exception thrown by the OAuth library.
OAuthMessage
          A request or response message used in the OAuth protocol.
 



Copyright © 2009. All Rights Reserved.