Interface PostOperationAddOperation

    • Method Detail

      • getEntryDN

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

        Iterable<Attribute> getAllAttributes()
        Retrieves the set of processed user attributes for the entry to add. The contents of the returned map must not be altered by the caller.
        Returns:
        The set of processed user attributes for the entry to add.
      • getEntryToAdd

        Entry getEntryToAdd()
        Retrieves the entry to be added to the server. The contents of the returned entry must not be altered by the caller.
        Returns:
        The entry to be added to the server.