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.


Method Summary
 void validateRequestForResource(OAuth2NormalizedRequest req, java.lang.Object resourceRequest)
          Validates a request for a protected resource.
 
Methods inherited from interface org.apache.shindig.social.core.oauth2.validators.OAuth2RequestValidator
validateRequest
 

Method Detail

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 request
resourceRequest - identifies the resource being requested
Throws:
OAuth2Exception


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.