Uses of Class
org.apache.shindig.social.core.oauth2.OAuth2Types.GrantType

Packages that use OAuth2Types.GrantType
org.apache.shindig.social.core.oauth2   
 

Uses of OAuth2Types.GrantType in org.apache.shindig.social.core.oauth2
 

Methods in org.apache.shindig.social.core.oauth2 that return OAuth2Types.GrantType
 OAuth2Types.GrantType OAuth2NormalizedRequest.getEnumeratedGrantType()
           
static OAuth2Types.GrantType OAuth2Types.GrantType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OAuth2Types.GrantType[] OAuth2Types.GrantType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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