Package com.openfin.desktop.channel
Class ClientIdentity
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.Identity
-
- com.openfin.desktop.channel.ClientIdentity
-
public class ClientIdentity extends Identity
-
-
Constructor Summary
Constructors Constructor Description ClientIdentity()ClientIdentity(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEndpointId()voidsetEndpointId(java.lang.String endpointId)-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-