Class DraftChuLDAPLogSchema00CompareEntry

All Implemented Interfaces:
LDIFRecord, Serializable

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

  • Constructor Details

    • DraftChuLDAPLogSchema00CompareEntry

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

    • getAttributeName

      Retrieves the attribute name for the compare request described by this compare access log entry.
      Returns:
      The attribute name for the compare request described by this compare access log entry.
    • getAssertionValueString

      Retrieves the string representation of the assertion value for the compare request described by this compare access log entry.
      Returns:
      The string representation of the assertion value for the compare request described by this compare access log entry.
    • getAssertionValueBytes

      Retrieves the bytes that comprise the assertion value for the compare request described by this compare access log entry.
      Returns:
      The bytes that comprise the assertion value for the compare request described by this compare access log entry.
    • toCompareRequest

      Retrieves a CompareRequest created from this compare access log entry.
      Returns:
      The CompareRequest created from this compare access log entry.