Class BaseConnectorObject
java.lang.Object
org.identityconnectors.framework.common.objects.BaseConnectorObject
- Direct Known Subclasses:
ConnectorObject,ConnectorObjectIdentification
Helps implementing
ConnectorObject and ConnectorObjectIdentification.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAttributeByName(String name) Get an attribute by if it exists else null.Get the set of attributes that represent this object.abstract ConnectorObjectIdentificationReturns the identification of this object.Gets theObjectClassfor this object.inthashCode()toString()
-
Field Details
-
attributeMap
-
-
Method Details
-
getAttributes
Get the set of attributes that represent this object.This includes the
Uidand allOperationalAttributes. -
getAttributeByName
Get an attribute by if it exists else null. -
getObjectClass
Gets theObjectClassfor 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
-