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
 

Methods in org.brickred.socialauth that return AuthProvider
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)
           
 

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 GoogleImpl
          Provider implementation for Google
 class HotmailImpl
          Implementation of Hotmail provider.
 class LinkedInImpl
          Implementation of Hotmail provider.
 class MySpaceImpl
          Provider implementation for Myspace
 class OpenIdImpl
          Implementation of Open ID provider.
 class TwitterImpl
          Twitter implementation of the provider.
 class YahooImpl
          Provider implementation for Yahoo.
 



Copyright © 2011. All Rights Reserved.