public interface OAuth2RequestValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validateRequest(OAuth2NormalizedRequest req)
Validates an OAuth 2.0 request.
|
void validateRequest(OAuth2NormalizedRequest req) throws OAuth2Exception
req - is the normalized OAuth 2.0 request to validateOAuth2Exception - if the request failed to validateCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.