Class DraftChuLDAPLogSchema00AddEntry

All Implemented Interfaces:
LDIFRecord, Serializable

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

  • Constructor Details

    • DraftChuLDAPLogSchema00AddEntry

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

    • getAddAttributes

      Retrieves a list of the attributes included in the add request described by this add access log entry.
      Returns:
      A list of the attributes included in the add request described by this add access log entry.
    • toAddRequest

      Retrieves an AddRequest created from this add access log entry.
      Returns:
      The AddRequest created from this add access log entry.