Class ModifyDNRequestAccessLogMessage

    • Constructor Detail

      • ModifyDNRequestAccessLogMessage

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

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

      • getDN

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

        public final java.lang.String getNewRDN()
        Retrieves the new RDN to use for the entry.
        Returns:
        The new RDN to use for the entry, or null if it is not included in the log message.
      • deleteOldRDN

        public final java.lang.Boolean deleteOldRDN()
        Indicates whether the old RDN value(s) should be removed from the entry.
        Returns:
        Boolean.TRUE if the old RDN value(s) should be removed from the entry, Boolean.FALSE if the old RDN value(s) should be kept in the entry, or null if it is not included in the log message.
      • getNewSuperiorDN

        public final java.lang.String getNewSuperiorDN()
        Retrieves the new superior DN to use for the entry.
        Returns:
        The new superior DN to use for the entry, or null if it is not included in the log message.