Class DraftChuLDAPLogSchema00ExtendedEntry

    • Constructor Detail

      • DraftChuLDAPLogSchema00ExtendedEntry

        public DraftChuLDAPLogSchema00ExtendedEntry​(@NotNull
                                                    Entry entry)
                                             throws LDAPException
        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 Detail

      • getRequestOID

        @NotNull
        public java.lang.String 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

        @Nullable
        public ASN1OctetString 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

        @NotNull
        public ExtendedRequest toExtendedRequest()
        Retrieves an ExtendedRequest created from this extended operation access log entry.
        Returns:
        The ExtendedRequest created from this extended operation access log entry.