|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RestIdentity
eXo Social Identity.
| Nested Class Summary | |
|---|---|
static class |
RestIdentity.Field
The fields that represent the Identity object in json form. |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
String |
getId()
Gets the identity id. |
RestProfile |
getProfile()
Gets the profile associated with this identity. |
String |
getProviderId()
Gets identity provider id. |
String |
getRemoteId()
Gets the remote identity id. |
void |
setId(String id)
Sets the identity id. |
void |
setProfile(RestProfile restProfile)
Sets the profile associated with this identity. |
void |
setProviderId(String providerId)
Sets identity provider id. |
void |
setRemoteId(String remoteId)
Sets the remote identity id. |
| Methods inherited from interface org.exoplatform.social.client.api.model.Model |
|---|
addPropertyChangeListener, addToListField, findPropertyChangeListeners, getField, getFieldAsList, getFieldAsMap, getFieldAsString, getFieldNames, hasField, isFieldMultikeyed, isFieldMultivalued, removePropertyChangeListener, setField |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface org.json.simple.JSONAware |
|---|
toJSONString |
| Methods inherited from interface org.json.simple.JSONStreamAware |
|---|
writeJSONString |
| Method Detail |
|---|
String getId()
void setId(String id)
id - the identity idString getProviderId()
void setProviderId(String providerId)
providerId - the provider idString getRemoteId()
void setRemoteId(String remoteId)
remoteId - the remote idRestProfile getProfile()
void setProfile(RestProfile restProfile)
restProfile - the associated profile.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||