Class DraftChuLDAPLogSchema00CompareEntry

    • Constructor Detail

      • DraftChuLDAPLogSchema00CompareEntry

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

      • getAttributeName

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

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

        public byte[] 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

        public CompareRequest toCompareRequest()
        Retrieves a CompareRequest created from this compare access log entry.
        Returns:
        The CompareRequest created from this compare access log entry.