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

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

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

Methods in org.apache.shindig.social.core.oauth2 that return OAuth2Types.CodeType
 OAuth2Types.CodeType OAuth2Code.getType()
          Returns the type of this code.
static OAuth2Types.CodeType OAuth2Types.CodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OAuth2Types.CodeType[] OAuth2Types.CodeType.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 OAuth2Types.CodeType
 void OAuth2Code.setType(OAuth2Types.CodeType type)
          Sets the type of this code; one of AUTHORIZATION_CODE, ACCESS_TOKEN, REFRESH_TOKEN
 



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