Class BaseConnectorObject
java.lang.Object
org.identityconnectors.framework.common.objects.BaseConnectorObject
- Direct Known Subclasses:
ConnectorObject
,ConnectorObjectIdentification
Helps implementing
ConnectorObject
and ConnectorObjectIdentification
.-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAttributeByName
(String name) Get an attribute by if it exists else null.Get the set of attributes that represent this object.abstract ConnectorObjectIdentification
Returns the identification of this object.Gets theObjectClass
for this object.int
hashCode()
toString()
-
Field Details
-
attributeMap
-
-
Method Details
-
getAttributes
Get the set of attributes that represent this object.This includes the
Uid
and allOperationalAttributes
. -
getAttributeByName
Get an attribute by if it exists else null. -
getObjectClass
Gets theObjectClass
for this object. This is the "structural" object class. The primary object class that defines basic object structure. It cannot be null. -
getIdentification
-
equals
-
hashCode
public int hashCode() -
toString
-