Package | Description |
---|---|
org.keycloak.social | |
org.keycloak.social.facebook | |
org.keycloak.social.github | |
org.keycloak.social.google | |
org.keycloak.social.twitter |
Modifier and Type | Method and Description |
---|---|
protected abstract SocialUser |
AbstractOAuth2Provider.getProfile(String accessToken) |
SocialUser |
SocialProvider.processCallback(ClientSessionModel clientSession,
SocialProviderConfig config,
AuthCallback callback) |
SocialUser |
AbstractOAuth2Provider.processCallback(ClientSessionModel clientSession,
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 |
---|---|
SocialUser |
TwitterProvider.processCallback(ClientSessionModel clientSession,
SocialProviderConfig config,
AuthCallback callback) |
Copyright © 2014. All Rights Reserved.