Methods in net.oauth that throw OAuthProblemException |
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. |