Class DraftChuLDAPLogSchema00DeleteEntry

All Implemented Interfaces:
LDIFRecord, Serializable

This class represents an entry that holds information about a delete operation processed by an LDAP server, as per the specification described in draft-chu-ldap-logschema-00.
See Also:
  • Field Details

  • Constructor Details

    • DraftChuLDAPLogSchema00DeleteEntry

      Creates a new instance of this delete access log entry from the provided entry.
      Parameters:
      entry - The entry used to create this delete access log entry.
      Throws:
      LDAPException - If the provided entry cannot be decoded as a valid delete access log entry as per the specification contained in draft-chu-ldap-logschema-00.
  • Method Details

    • getDeletedAttributes

      Retrieves a list of the attributes from the entry that was deleted, if available.
      Returns:
      A list of the attributes from the entry that was deleted, or an empty list if no deleted attribute information was included in the access log entry.
    • toDeleteRequest

      Retrieves an DeleteRequest created from this delete access log entry.
      Returns:
      The DeleteRequest created from this delete access log entry.