Uses of Class
org.brickred.socialauth.util.OAuthConfig

Packages that use OAuthConfig
org.brickred.socialauth   
org.brickred.socialauth.oauthstrategy   
org.brickred.socialauth.provider   
org.brickred.socialauth.util   
 

Uses of OAuthConfig in org.brickred.socialauth
 

Methods in org.brickred.socialauth that return OAuthConfig
 OAuthConfig SocialAuthConfig.getProviderConfig(String id)
          Retrieves the configuration of given provider
 

Methods in org.brickred.socialauth with parameters of type OAuthConfig
 void SocialAuthConfig.addProviderConfig(String providerId, OAuthConfig config)
          Updates the provider specific configuration.
 String AbstractProvider.getPluginsScope(OAuthConfig oauthConfig)
          Returns the scopes of custom plugins of a provider those are configured in properties file
 

Uses of OAuthConfig in org.brickred.socialauth.oauthstrategy
 

Constructors in org.brickred.socialauth.oauthstrategy with parameters of type OAuthConfig
Hybrid(OAuthConfig config, Map<String,String> endpoints)
           
OAuth1(OAuthConfig config, Map<String,String> endpoints)
           
OAuth2(OAuthConfig config, Map<String,String> endpoints)
           
 

Uses of OAuthConfig in org.brickred.socialauth.provider
 

Constructors in org.brickred.socialauth.provider with parameters of type OAuthConfig
AolImpl(OAuthConfig providerConfig)
          Reads properties provided in the configuration file
FacebookImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
FourSquareImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
GenericOAuth1Provider(OAuthConfig providerConfig)
          Stores configuration for the provider
GenericOAuth2Provider(OAuthConfig providerConfig)
           
GoogleImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
HotmailImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
LinkedInImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
MendeleyImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
MySpaceImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
OpenIdImpl(OAuthConfig config)
           
RunkeeperImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
SalesForceImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
TwitterImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
YahooImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
YammerImpl(OAuthConfig providerConfig)
          Stores configuration for the provider
 

Uses of OAuthConfig in org.brickred.socialauth.util
 

Methods in org.brickred.socialauth.util that return OAuthConfig
 OAuthConfig OAuthConsumer.getConfig()
           
 

Constructors in org.brickred.socialauth.util with parameters of type OAuthConfig
OAuthConsumer(OAuthConfig config)
           
 



Copyright © 2013. All Rights Reserved.