Uses of Interface
net.oauth.OAuthValidator
-
Packages that use OAuthValidator Package Description net.oauth -
-
Uses of OAuthValidator in net.oauth
Classes in net.oauth that implement OAuthValidator Modifier and Type Class Description classSimpleOAuthValidatorA simple OAuthValidator, which checks the version, whether the timestamp is close to now and the signature is valid.Methods in net.oauth with parameters of type OAuthValidator Modifier and Type Method Description voidOAuthMessage. validateMessage(OAuthAccessor accessor, OAuthValidator validator)Check that the message is valid.
-