Class DeleteEntry

All Implemented Interfaces:
Comparable<GenericEntry>, Iterable<Attribute>

public class DeleteEntry extends ChangeEntry
A DeleteEntry is used to represent the deletion of an entry on the directory. It can be constructed directly, or loaded from an LDIF file. Once constructed, it can be applied to the directory, or saved to an LDIF file.
Author:
jp
  • Constructor Details

    • DeleteEntry

      public DeleteEntry(DN dn)
      Create a new DeleteEntry with the specified DN.
      Parameters:
      dn - the DN to delete (must not be null)
      Throws:
      NullPointerException - if dn is null
      NativeLibraryException - if an unrecoverable error was detected by the native library
  • Method Details

    • toString

      public String toString()
      Returns a String representation of this DeleteEntry.
      Overrides:
      toString in class ChangeEntry
      Returns:
      a String representation of the entry.