| Interface | Description |
|---|---|
| OAuthValidator |
An algorithm to determine whether a message has a valid signature, a correct
version number, a fresh timestamp, etc.
|
| Class | Description |
|---|---|
| ConsumerProperties |
A pool of OAuthConsumers that are constructed from Properties.
|
| 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 | Description |
|---|---|
| ParameterStyle |
Where to place OAuth parameters in an HTTP message.
|
| Exception | Description |
|---|---|
| OAuthException |
An exception thrown by the OAuth library.
|
| OAuthProblemException |
An OAuth-related problem, described using a set of named parameters.
|
Copyright © 2025. All rights reserved.