public interface OAuthValidator
Modifier and Type | Method and Description |
---|---|
void |
validateMessage(OAuthMessage message,
OAuthAccessor accessor)
Check that the given message from the given accessor is valid.
|
void validateMessage(OAuthMessage message, OAuthAccessor accessor) throws OAuthException, java.io.IOException, java.net.URISyntaxException
OAuthException
- the message doesn't conform to OAuth. The exception contains
information that conforms to the OAuth Problem
Reporting extension.java.io.IOException
- the message couldn't be read.java.net.URISyntaxException
- the message URL is invalid.