Package | Description |
---|---|
net.oauth |
Fundamental classes and algorithms for implementing OAuth.
|
net.oauth.client |
Classes for implementing an OAuth Consumer; that is a client that requests
access to protected resources.
|
Modifier and Type | Method and Description |
---|---|
void |
OAuthMessage.requireParameters(java.lang.String... names)
Verify that the required parameter names are contained in the actual
collection.
|
protected java.util.Date |
SimpleOAuthValidator.validateNonce(OAuthMessage message,
long timestamp,
long currentTimeMsec)
Throw an exception if the nonce has been validated previously.
|
protected void |
SimpleOAuthValidator.validateTimestamp(OAuthMessage message,
long timestamp,
long currentTimeMsec)
Throw an exception if the timestamp [sec] is out of range.
|
protected void |
SimpleOAuthValidator.validateTimestampAndNonce(OAuthMessage message)
Throw an exception if the timestamp is out of range or the nonce has been
validated previously.
|
Modifier and Type | Method and Description |
---|---|
OAuthProblemException |
OAuthResponseMessage.toOAuthProblemException()
Encapsulate this message as an exception.
|
Modifier and Type | Method and Description |
---|---|
void |
OAuthResponseMessage.requireParameters(java.lang.String... names) |