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

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

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

Methods in org.apache.shindig.social.core.oauth2 that return OAuth2Client
 OAuth2Client OAuth2Code.getClient()
          Returns the client associated with this code.
 OAuth2Client OAuth2DataServiceImpl.getClient(java.lang.String clientId)
           
 OAuth2Client OAuth2DataService.getClient(java.lang.String clientId)
          Retrieves a pre-registered client by ID.
 

Methods in org.apache.shindig.social.core.oauth2 with parameters of type OAuth2Client
 void OAuth2Code.setClient(OAuth2Client client)
          Sets the client associated with this code.
 



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