Interface PreParseAddOperation

    • Method Detail

      • getEntryDN

        Dn getEntryDN()
        Retrieves the DN of the entry to add.
        Returns:
        The DN of the entry to add.
      • setEntryDN

        void setEntryDN​(Dn entryDN)
        Specifies the entry DN for the entry to add.
        Parameters:
        entryDN - The entry DN for the entry to add.
      • getAllAttributes

        Iterable<Attribute> getAllAttributes()
        Retrieves the set of attributes as read from the client request. Some of these attributes may be invalid as no validation will have been performed on them.
        Returns:
        The set of attributes as read from the client request.
      • addAttribute

        void addAttribute​(Attribute attribute)
        Adds the provided attribute to the set of attributes for this add operation.
        Parameters:
        attribute - The attribute to add to the set of attributes for this add operation.