org.apache.shindig.social.core.oauth2.validators
Interface OAuth2ProtectedResourceValidator
- All Superinterfaces:
- OAuth2RequestValidator
- All Known Implementing Classes:
- DefaultResourceRequestValidator
public interface OAuth2ProtectedResourceValidator
- extends OAuth2RequestValidator
Validator interface for a protected resource.
validateRequestForResource
void validateRequestForResource(OAuth2NormalizedRequest req,
java.lang.Object resourceRequest)
throws OAuth2Exception
- Validates a request for a protected resource.
- Parameters:
req - is the normalized OAuth 2.0 requestresourceRequest - identifies the resource being requested
- Throws:
OAuth2Exception
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.