|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.exoplatform.social.service.rest.api.models.IdentityRestOut
public class IdentityRestOut
The Identity model for Social Rest APIs.
| Nested Class Summary | |
|---|---|
static class |
IdentityRestOut.Field
|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public IdentityRestOut()
public IdentityRestOut(String identityId,
String portalContainerName)
identityId - portalContainerName - public IdentityRestOut(org.exoplatform.social.core.identity.model.Identity identity)
identity - | Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||