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)
          Deprecated. It provides the instance of requested provider
static AuthProvider AuthProviderFactory.getInstance(String id, ClassLoader classLoader)
          Deprecated.  
static AuthProvider AuthProviderFactory.getInstance(String id, Properties properties)
          Deprecated.  
static AuthProvider AuthProviderFactory.getInstance(String id, String propertiesFileName)
          Deprecated.  
static AuthProvider AuthProviderFactory.getInstance(String id, String propertiesFileName, ClassLoader classLoader)
          Deprecated.  
 AuthProvider SocialAuthManager.getProvider(String providerId)
          Retrieves the instance of given provider
 AuthProvider SocialAuthManager.refreshToken(AccessGrant accessGrant)
          Makes a call for a provider to get RefreshToken and returns object of that provider
 

Uses of AuthProvider in org.brickred.socialauth.provider
 

Classes in org.brickred.socialauth.provider that implement AuthProvider
 class FacebookImpl
          Provider implementation for Facebook
 class FlickerImpl
          Flicker implementation of the provider.
 class FourSquareImpl
          Provider implementation for FourSquare.
 class GenericOAuth1Provider
          Generic OAuth1 provider implementation.
 class GenericOAuth2Provider
           
 class GitHubImpl
          Provider implementation for GitHub
 class GoogleImpl
          Provider implementation for Google.
 class GooglePlusImpl
          Provider implementation for GooglePlus.
 class HotmailImpl
          Implementation of Hotmail provider.
 class InstagramImpl
          Provider implementation for Instagram
 class LinkedInImpl
          Implementation of LinkedIn provider.
 class LinkedInOAuth2Impl
          Implementation of LinkedIn OAuth2 provider.
 class MendeleyImpl
          Mendeley implementation of the provider.
 class MySpaceImpl
          Provider implementation for Myspace
 class NimbleImpl
          Provider implementation for Nimble
 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 © 2014. All rights reserved.