Interface CompareRequestAccessLogMessage

    • Method Detail

      • getDN

        @Nullable
        java.lang.String getDN()
        Retrieves the DN of the entry for which the compare is to be performed.
        Returns:
        The DN of the entry for which the compare is to be performed, or null if it is not included in the log message.
      • getAttributeName

        @Nullable
        java.lang.String getAttributeName()
        Retrieves the name of the attribute for which the compare is to be performed.
        Returns:
        The name of the attribute for which the compare is to be performed, or null if it is not included in the log message.