Interface ModifyDNRequestAccessLogMessage

    • Method Detail

      • getDN

        @Nullable
        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

        @Nullable
        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.
      • getDeleteOldRDN

        @Nullable
        java.lang.Boolean getDeleteOldRDN()
        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

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