org.apache.shindig.social.core.oauth2.validators
Interface OAuth2GrantValidator

All Superinterfaces:
OAuth2RequestValidator
All Known Implementing Classes:
AuthCodeGrantValidator, ClientCredentialsGrantValidator

public interface OAuth2GrantValidator
extends OAuth2RequestValidator

Handles the validation of a grant requests for access tokens.


Method Summary
 java.lang.String getGrantType()
          Indicates the grant type this handler is registered to handle.
 
Methods inherited from interface org.apache.shindig.social.core.oauth2.validators.OAuth2RequestValidator
validateRequest
 

Method Detail

getGrantType

java.lang.String getGrantType()
Indicates the grant type this handler is registered to handle.



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