Uses of Class
org.apache.shindig.social.core.oauth2.OAuth2Client.ClientType

Packages that use OAuth2Client.ClientType
org.apache.shindig.social.core.oauth2   
 

Uses of OAuth2Client.ClientType in org.apache.shindig.social.core.oauth2
 

Fields in org.apache.shindig.social.core.oauth2 declared as OAuth2Client.ClientType
protected  OAuth2Client.ClientType OAuth2Client.type
           
 

Methods in org.apache.shindig.social.core.oauth2 that return OAuth2Client.ClientType
 OAuth2Client.ClientType OAuth2Client.getType()
          Gets the client's type.
static OAuth2Client.ClientType OAuth2Client.ClientType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OAuth2Client.ClientType[] OAuth2Client.ClientType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.shindig.social.core.oauth2 with parameters of type OAuth2Client.ClientType
 void OAuth2Client.setType(OAuth2Client.ClientType type)
          Sets the client's type.
 



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