public class DefaultOAuthValidator
extends net.oauth.SimpleOAuthValidator
Constructor and Description |
---|
DefaultOAuthValidator() |
Modifier and Type | Method and Description |
---|---|
void |
checkSingleParameter(net.oauth.OAuthMessage message) |
void |
validateToken(Token token,
OAuthDataProvider provider) |
public void checkSingleParameter(net.oauth.OAuthMessage message) throws net.oauth.OAuthException, IOException, URISyntaxException
net.oauth.OAuthException
IOException
URISyntaxException
public void validateToken(Token token, OAuthDataProvider provider) throws net.oauth.OAuthProblemException
net.oauth.OAuthProblemException
Apache CXF