public interface OAuth2ProtectedResourceValidator extends OAuth2RequestValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validateRequestForResource(OAuth2NormalizedRequest req,
Object resourceRequest)
Validates a request for a protected resource.
|
validateRequestvoid validateRequestForResource(OAuth2NormalizedRequest req, Object resourceRequest) throws OAuth2Exception
req - is the normalized OAuth 2.0 requestresourceRequest - identifies the resource being requestedOAuth2ExceptionCopyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.