Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
SocialRedirectFlows.redirectToSocialProvider() |
Modifier and Type | Class and Description |
---|---|
class |
SocialAccessDeniedException |
Modifier and Type | Method and Description |
---|---|
AuthRequest |
SocialProvider.getAuthUrl(SocialProviderConfig config,
String state) |
AuthRequest |
AbstractOAuth2Provider.getAuthUrl(SocialProviderConfig config,
String state) |
protected abstract SocialUser |
AbstractOAuth2Provider.getProfile(String accessToken) |
SocialUser |
SocialProvider.processCallback(SocialProviderConfig config,
AuthCallback callback) |
SocialUser |
AbstractOAuth2Provider.processCallback(SocialProviderConfig config,
AuthCallback callback) |
Modifier and Type | Method and Description |
---|---|
protected SocialUser |
FacebookProvider.getProfile(String accessToken) |
Modifier and Type | Method and Description |
---|---|
protected SocialUser |
GitHubProvider.getProfile(String accessToken) |
Modifier and Type | Method and Description |
---|---|
protected SocialUser |
GoogleProvider.getProfile(String accessToken) |
Modifier and Type | Method and Description |
---|---|
AuthRequest |
TwitterProvider.getAuthUrl(SocialProviderConfig config,
String state) |
SocialUser |
TwitterProvider.processCallback(SocialProviderConfig config,
AuthCallback callback) |
Copyright © 2015. All Rights Reserved.