| Package | Description |
|---|---|
| org.brickred.socialauth | |
| org.brickred.socialauth.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProvider
It implements AuthProvider interface and provides some methods for
registering and getting plugins.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmazonImpl
Provider implementation for Amazon
|
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 |
StackExchangeImpl
Provider implementation for StackExchange/StackOverFlow
|
class |
TwitterImpl
Twitter implementation of the provider.
|
class |
YahooImpl
Provider implementation for Yahoo.
|
class |
YammerImpl |
Copyright © 2018. All Rights Reserved.