Class ModifyRequestAccessLogMessage

    • Constructor Detail

      • ModifyRequestAccessLogMessage

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

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

      • getDN

        public final java.lang.String getDN()
        Retrieves the DN of the entry to modify.
        Returns:
        The DN of the entry to modify, or null if it is not included in the log message.
      • getAttributeNames

        public final java.util.List<java.lang.String> getAttributeNames()
        Retrieves the names of the attributes to be modified.
        Returns:
        The names of the attributes to be modified, or null if that is not included in the log message.