Uses of Interface
org.jboss.seam.social.oauth.OAuthService

Packages that use OAuthService
org.jboss.seam.social   
 

Uses of OAuthService in org.jboss.seam.social
 

Methods in org.jboss.seam.social that return OAuthService
 OAuthService MultiServicesManager.getCurrentService()
           
 OAuthService MultiServicesManager.getNewService(String serviceName)
          Instantiate a new service from a Service String name
 

Methods in org.jboss.seam.social that return types with arguments of type OAuthService
 Set<OAuthService> MultiServicesManager.getServices()
           
 

Methods in org.jboss.seam.social with parameters of type OAuthService
 void MultiServicesManager.setCurrentService(OAuthService currentService)
          Set the current service.
 



Copyright © 2011 Seam Framework. All Rights Reserved.