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
 

Classes in org.jboss.seam.social that implement OAuthService
 class OAuthServiceBase
          This Abstract implementation of OAuthService uses an OAuthProvider to deal with remote OAuth Services
 class OAuthServiceJackson
           
 

Methods in org.jboss.seam.social that return OAuthService
 OAuthService MultiServicesManagerImpl.getCurrentService()
           
 OAuthService MultiServicesManager.getCurrentService()
           
 OAuthService MultiServicesManagerImpl.getNewService(String serviceName)
           
 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> MultiServicesManagerImpl.getServices()
           
 Set<OAuthService> MultiServicesManager.getServices()
           
 

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

Method parameters in org.jboss.seam.social with type arguments of type OAuthService
 void SeamSocialExtension.processServicesBeans(ProcessProducer<?,OAuthService> pbean)
          This Listener build the List of existing OAuthServices with a Qualifier having the meta annotation @ServiceRelated
 



Copyright © 2011 Seam Framework. All Rights Reserved.