public class IdentityRestOut extends HashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityRestOut.Field |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IdentityRestOut()
Default constructor
|
IdentityRestOut(org.exoplatform.social.core.identity.model.Identity identity)
Construct the Identity model from Social's identity.
|
IdentityRestOut(String identityId,
String portalContainerName)
Construct the Identity model from Social's identityId.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets Id of Identity
|
ProfileRestOut |
getProfile()
Gets profile of Identity
|
String |
getProviderId()
Gets providerId of Identity
|
String |
getRemoteId()
Gets remoteId of Identity
|
void |
setId(String id)
Sets Id of Identity
|
void |
setProfile(ProfileRestOut profile)
Sets profile of Identity
|
void |
setProviderId(String providerId)
Sets providerId of Identity
|
void |
setRemoteId(String remoteId)
Sets remoteId of Identity
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic IdentityRestOut()
public IdentityRestOut(String identityId, String portalContainerName)
identityId - portalContainerName - public IdentityRestOut(org.exoplatform.social.core.identity.model.Identity identity)
identity - public String getId()
public void setId(String id)
id - public String getRemoteId()
public void setRemoteId(String remoteId)
remoteId - public String getProviderId()
remoteId - public void setProviderId(String providerId)
remoteId - public ProfileRestOut getProfile()
remoteId - public void setProfile(ProfileRestOut profile)
remoteId - Copyright © 2003–2015 eXo Platform SAS. All rights reserved.