|
||||||||||
| 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
org.json.simple.JSONObject
org.exoplatform.social.client.core.model.ModelImpl
org.exoplatform.social.client.core.model.RestIdentityImpl
public class RestIdentityImpl
Implementation of RestIdentity.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface org.exoplatform.social.client.api.model.RestIdentity |
|---|
RestIdentity.Field |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.social.client.core.model.ModelImpl |
|---|
propertyChanges |
| Constructor Summary | |
|---|---|
RestIdentityImpl()
Constructor without any param. |
|
RestIdentityImpl(String id,
String providerId,
String remoteId,
RestProfile restProfile)
Constructor. |
|
| 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 newRestProfile)
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 class org.exoplatform.social.client.core.model.ModelImpl |
|---|
addPropertyChangeListener, addToListField, findPropertyChangeListeners, getField, getFieldAsList, getFieldAsMap, getFieldAsString, getFieldNames, hasField, isFieldMultikeyed, isFieldMultivalued, removePropertyChangeListener, setField |
| Methods inherited from class org.json.simple.JSONObject |
|---|
escape, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONString |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public RestIdentityImpl()
public RestIdentityImpl(String id,
String providerId,
String remoteId,
RestProfile restProfile)
id - the identity idproviderId - the identity provider idremoteId - the remote id| Method Detail |
|---|
public String getId()
getId in interface RestIdentitypublic void setId(String id)
setId in interface RestIdentityid - the identity idpublic String getProviderId()
getProviderId in interface RestIdentitypublic void setProviderId(String providerId)
setProviderId in interface RestIdentityproviderId - the provider idpublic String getRemoteId()
getRemoteId in interface RestIdentitypublic void setRemoteId(String remoteId)
setRemoteId in interface RestIdentityremoteId - the remote idpublic RestProfile getProfile()
getProfile in interface RestIdentitypublic void setProfile(RestProfile newRestProfile)
setProfile in interface RestIdentitynewRestProfile - the associated profile.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||