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

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

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

Methods in org.apache.shindig.social.core.oauth2 that return OAuth2Client.Flow
 OAuth2Client.Flow OAuth2Client.getFlow()
          Gets the client's OAuth2 flow
static OAuth2Client.Flow OAuth2Client.Flow.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OAuth2Client.Flow[] OAuth2Client.Flow.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.Flow
 void OAuth2Client.setFlowEnum(OAuth2Client.Flow flow)
          Sets the client's OAuth2 flow
 



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