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

Packages that use OAuthServiceSettings
org.jboss.seam.social   
org.jboss.seam.social.oauth   
org.jboss.seam.social.scribe   
 

Uses of OAuthServiceSettings in org.jboss.seam.social
 

Classes in org.jboss.seam.social that implement OAuthServiceSettings
 class OAuthServiceSettingsImpl
           
 

Methods in org.jboss.seam.social that return OAuthServiceSettings
 OAuthServiceSettings OAuthServiceBase.getSettings()
           
 

Methods in org.jboss.seam.social with parameters of type OAuthServiceSettings
 void OAuthServiceBase.setSettings(OAuthServiceSettings settings)
           
 

Method parameters in org.jboss.seam.social with type arguments of type OAuthServiceSettings
 void SeamSocialExtension.processSettingsBeans(ProcessBean<OAuthServiceSettings> pbean, BeanManager beanManager)
           
 

Uses of OAuthServiceSettings in org.jboss.seam.social.oauth
 

Methods in org.jboss.seam.social.oauth that return OAuthServiceSettings
 OAuthServiceSettings OAuthService.getSettings()
           
 

Methods in org.jboss.seam.social.oauth with parameters of type OAuthServiceSettings
 void OAuthProvider.initProvider(OAuthServiceSettings settings)
          Initializes the provider with the given settings containing OAuth api key andapi secret
 void OAuthService.setSettings(OAuthServiceSettings settings)
          Initialize OAuth settings
 

Uses of OAuthServiceSettings in org.jboss.seam.social.scribe
 

Methods in org.jboss.seam.social.scribe with parameters of type OAuthServiceSettings
 void OAuthProviderScribe.initProvider(OAuthServiceSettings settings)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.