Uses of Interface
org.apache.shindig.social.core.oauth2.validators.OAuth2RequestValidator

Packages that use OAuth2RequestValidator
org.apache.shindig.social.core.oauth2.validators   
 

Uses of OAuth2RequestValidator in org.apache.shindig.social.core.oauth2.validators
 

Subinterfaces of OAuth2RequestValidator in org.apache.shindig.social.core.oauth2.validators
 interface OAuth2GrantValidator
          Handles the validation of a grant requests for access tokens.
 interface OAuth2ProtectedResourceValidator
          Validator interface for a protected resource.
 

Classes in org.apache.shindig.social.core.oauth2.validators that implement OAuth2RequestValidator
 class AccessTokenRequestValidator
           
 class AuthCodeGrantValidator
           
 class AuthorizationCodeRequestValidator
           
 class ClientCredentialsGrantValidator
           
 class DefaultResourceRequestValidator
           
 



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