| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.services.organization.User |
FacebookPrincipalProcessor.convertToGateInUser(OAuthPrincipal principal) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.services.organization.User |
LinkedInPrincipalProcessor.convertToGateInUser(OAuthPrincipal principal) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.services.organization.User |
DefaultPrincipalProcessor.convertToGateInUser(OAuthPrincipal principal) |
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.services.organization.User |
OAuthPrincipalProcessor.convertToGateInUser(OAuthPrincipal principal) |
| Modifier and Type | Method and Description |
|---|---|
static OAuthPrincipal<FacebookAccessTokenContext> |
OAuthUtils.convertFacebookPrincipalToOAuthPrincipal(FacebookPrincipal facebookPrincipal,
String avatar,
OAuthProviderType<FacebookAccessTokenContext> facebookProviderType,
FacebookAccessTokenContext fbAccessTokenContext) |
static OAuthPrincipal<GoogleAccessTokenContext> |
OAuthUtils.convertGoogleInfoToOAuthPrincipal(com.google.api.services.oauth2.model.Userinfo userInfo,
GoogleAccessTokenContext accessToken,
OAuthProviderType<GoogleAccessTokenContext> googleProviderType) |
static OAuthPrincipal<TwitterAccessTokenContext> |
OAuthUtils.convertTwitterUserToOAuthPrincipal(twitter4j.User twitterUser,
TwitterAccessTokenContext accessToken,
OAuthProviderType<TwitterAccessTokenContext> twitterProviderType) |
| Modifier and Type | Method and Description |
|---|---|
static org.exoplatform.services.organization.User |
OAuthUtils.convertOAuthPrincipalToGateInUser(OAuthPrincipal principal) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.