Class DeleteRequestAccessLogMessage

    • Constructor Detail

      • DeleteRequestAccessLogMessage

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

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

      • getDN

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