Package es.caib.seycon.ng.sync.intf
Class ExtensibleObject
- java.lang.Object
-
- com.soffid.iam.sync.intf.ExtensibleObject
-
- es.caib.seycon.ng.sync.intf.ExtensibleObject
-
- All Implemented Interfaces:
Serializable
,Map<String,Object>
- Direct Known Subclasses:
WrappedExtensibleObject
public class ExtensibleObject extends ExtensibleObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.soffid.iam.sync.intf.ExtensibleObject
attributes
-
-
Constructor Summary
Constructors Constructor Description ExtensibleObject()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExtensibleObject
toExtensibleObject(ExtensibleObject source)
String
toString()
-
Methods inherited from class com.soffid.iam.sync.intf.ExtensibleObject
clear, containsKey, containsValue, entrySet, equals, get, getAttribute, getAttributes, getObjectType, isEmpty, keySet, put, putAll, remove, removeAttribte, setAttribute, setObjectType, size, toExtensibleObject, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
toExtensibleObject
public static ExtensibleObject toExtensibleObject(ExtensibleObject source)
-
toString
public String toString()
- Overrides:
toString
in classExtensibleObject
-
-