Uses of Class
org.exoplatform.social.core.identity.model.GlobalId
-
Packages that use GlobalId Package Description org.exoplatform.social.core.identity.model -
-
Uses of GlobalId in org.exoplatform.social.core.identity.model
Methods in org.exoplatform.social.core.identity.model that return GlobalId Modifier and Type Method Description static GlobalIdGlobalId. create(String providerId, String remoteId)creates a global id based on provider and remote idGlobalIdIdentity. getGlobalId()GlobalIdIdentityWithRelationship. getGlobalId()Constructors in org.exoplatform.social.core.identity.model with parameters of type GlobalId Constructor Description Identity(String id, String remoteId, String providerId, boolean isDeleted, boolean isEnable, Profile profile, ProfileLoader profileLoader, GlobalId globalId)
-