Class DraftChuLDAPLogSchema00ExtendedEntry

All Implemented Interfaces:
LDIFRecord, Serializable

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

  • Constructor Details

    • DraftChuLDAPLogSchema00ExtendedEntry

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

    • getRequestOID

      Retrieves the request OID for the extended request described by this extended operation access log entry.
      Returns:
      The request OID for the extended request described by this extended operation access log entry.
    • getRequestValue

      Retrieves the request value for the extended request described by this extended operation access log entry, if any.
      Returns:
      The request value for the extended request described by this extended operation access log entry, or null if no request value was included in the access log entry.
    • toExtendedRequest

      Retrieves an ExtendedRequest created from this extended operation access log entry.
      Returns:
      The ExtendedRequest created from this extended operation access log entry.