Uses of Interface
org.brickred.socialauth.AuthProvider

Packages that use AuthProvider
org.brickred.socialauth   
org.brickred.socialauth.provider   
 

Uses of AuthProvider in org.brickred.socialauth
 

Classes in org.brickred.socialauth that implement AuthProvider
 class AbstractProvider
          It implements AuthProvider interface and provides some methods for registering and getting plugins.
 

Methods in org.brickred.socialauth that return AuthProvider
 AuthProvider SocialAuthManager.connect(AccessGrant accessGrant)
          Creates the provider with given access grant
 AuthProvider SocialAuthManager.connect(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 AuthProvider SocialAuthManager.getCurrentAuthProvider()
          Retrieves the current auth provider instance which is last connected.
static AuthProvider AuthProviderFactory.getInstance(String id)
          It provides the instance of requested provider
static AuthProvider AuthProviderFactory.getInstance(String id, ClassLoader classLoader)
           
static AuthProvider AuthProviderFactory.getInstance(String id, Properties properties)
           
static AuthProvider AuthProviderFactory.getInstance(String id, String propertiesFileName)
           
static AuthProvider AuthProviderFactory.getInstance(String id, String propertiesFileName, ClassLoader classLoader)
           
 AuthProvider SocialAuthManager.getProvider(String providerId)
          Retrieves the instance of given provider
 

Uses of AuthProvider in org.brickred.socialauth.provider
 

Classes in org.brickred.socialauth.provider that implement AuthProvider
 class AolImpl
          The implementation for the AOL provider.
 class FacebookImpl
          Provider implementation for Facebook
 class FourSquareImpl
          Provider implementation for FourSquare.
 class GenericOAuth1Provider
          Generic OAuth1 provider implementation.
 class GenericOAuth2Provider
           
 class GoogleImpl
          Provider implementation for Google
 class HotmailImpl
          Implementation of Hotmail provider.
 class LinkedInImpl
          Implementation of Linkedin provider.
 class MendeleyImpl
          Mendeley implementation of the provider.
 class MySpaceImpl
          Provider implementation for Myspace
 class OpenIdImpl
          Implementation of Open ID provider.
 class RunkeeperImpl
          Provider implementation for Runkeeper
 class SalesForceImpl
          Provider implementation for SalesForce
 class TwitterImpl
          Twitter implementation of the provider.
 class YahooImpl
          Provider implementation for Yahoo.
 class YammerImpl
           
 



Copyright © 2013. All Rights Reserved.