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

Packages that use OAuthService
org.jboss.seam.social.core   
org.jboss.seam.social.facebook   
org.jboss.seam.social.linkedin   
org.jboss.seam.social.twitter   
 

Uses of OAuthService in org.jboss.seam.social.core
 

Methods in org.jboss.seam.social.core 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.core that return types with arguments of type OAuthService
 Set<OAuthService> MultiServicesManager.getServices()
           
 

Methods in org.jboss.seam.social.core with parameters of type OAuthService
 void MultiServicesManager.addService(OAuthService service)
          Add a service to the Set of services to manage
 void MultiServicesManager.setCurrentService(OAuthService currentService)
          Set the current service.
 

Uses of OAuthService in org.jboss.seam.social.facebook
 

Subinterfaces of OAuthService in org.jboss.seam.social.facebook
 interface Facebook
          A specialization of OAuthService to add Facebook specific methods
 

Uses of OAuthService in org.jboss.seam.social.linkedin
 

Subinterfaces of OAuthService in org.jboss.seam.social.linkedin
 interface LinkedIn
          A specialization of OAuthService to add LinkedIn specific methods
 

Uses of OAuthService in org.jboss.seam.social.twitter
 

Subinterfaces of OAuthService in org.jboss.seam.social.twitter
 interface Twitter
          A specialization of OAuthService to add TwitterRelated specific methods
 



Copyright © 2011 Seam Framework. All Rights Reserved.