Class BaseConnectorObject

    • Method Detail

      • getAttributeByName

        public Attribute getAttributeByName​(String name)
        Get an attribute by if it exists else null.
      • getObjectClass

        public ObjectClass getObjectClass()
        Gets the ObjectClass for this object. This is the "structural" object class. The primary object class that defines basic object structure. It cannot be null.
      • getIdentification

        public abstract ConnectorObjectIdentification getIdentification()
        Returns the identification of this object. For full objects it means providing Name and Uid attributes. (We have no other way of telling what attributes are the identifiers.)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object