Class CompareRequestAccessLogMessage

    • Constructor Detail

      • CompareRequestAccessLogMessage

        public CompareRequestAccessLogMessage​(@NotNull
                                              java.lang.String s)
                                       throws LogException
        Creates a new compare request access log message from the provided message string.
        Parameters:
        s - The string to be parsed as a compare request access log message.
        Throws:
        LogException - If the provided string cannot be parsed as a valid log message.
      • CompareRequestAccessLogMessage

        public CompareRequestAccessLogMessage​(@NotNull
                                              LogMessage m)
        Creates a new compare request access log message from the provided log message.
        Parameters:
        m - The log message to be parsed as a compare request access log message.
    • Method Detail

      • getDN

        @Nullable
        public final 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
        public final 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.