|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OAuthValidator | |
---|---|
net.oauth | Fundamental classes and algorithms for implementing OAuth. |
Uses of OAuthValidator in net.oauth |
---|
Classes in net.oauth that implement OAuthValidator | |
---|---|
class |
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. |
Methods in net.oauth with parameters of type OAuthValidator | |
---|---|
void |
OAuthMessage.validateMessage(OAuthAccessor accessor,
OAuthValidator validator)
Deprecated. use validator.validateMessage(this, accessor) instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |