Class AddRequestAccessLogMessage

    • Constructor Detail

      • AddRequestAccessLogMessage

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

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

      • getDN

        public final java.lang.String getDN()
        Retrieves the DN of the entry to add.
        Returns:
        The DN of the entry to add, 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 included in the add request.
        Returns:
        The names of the attributes included in the add request, or null if that is not included in the log message.