|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
OAuthValidator | An algorithm to determine whether a message has a valid signature, a correct version number, a fresh timestamp, etc. |
Class Summary | |
---|---|
OAuth | Miscellaneous constants, methods and types. |
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, the nonce hasn't been used before and the signature is valid. |
Enum Summary | |
---|---|
ParameterStyle | Where to place OAuth parameters in an HTTP message. |
Exception Summary | |
---|---|
OAuthException | An exception thrown by the OAuth library. |
OAuthProblemException | An OAuth-related problem, described using a set of named parameters. |
Fundamental classes and algorithms for implementing OAuth.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |