Package net.oauth
-
Interface Summary Interface Description OAuthValidator An algorithm to determine whether a message has a valid signature, a correct version number, a fresh timestamp, etc. -
Class Summary Class Description ConsumerProperties A pool of OAuthConsumers that are constructed from Properties.OAuth OAuth.Parameter A name/value pair.OAuth.Problems Strings used for problem reporting.OAuthAccessor Properties of one User of an OAuthConsumer.OAuthConsumer Properties of an OAuth Consumer.OAuthMessage A request or response message used in the OAuth protocol.OAuthServiceProvider Properties of an OAuth Service Provider.SimpleOAuthValidator A simple OAuthValidator, which checks the version, whether the timestamp is close to now and the signature is valid. -
Enum Summary Enum Description ParameterStyle Where to place OAuth parameters in an HTTP message. -
Exception Summary Exception Description OAuthException Superclass for extensions thrown by the OAuth library.OAuthProblemException Describes an OAuth-related problem, using a set of named parameters.