Interface ModifyDNRequest

    • Method Detail

      • getDN

        java.lang.String getDN()
        Retrieves the DN of the entry to move and/or rename.
        Returns:
        The DN of the entry to move and/or rename.
      • getNewRDN

        java.lang.String getNewRDN()
        Retrieves the new RDN to use for the entry.
        Returns:
        The new RDN to use for the entry.
      • deleteOldRDN

        boolean deleteOldRDN()
        Indicates whether to remove the old RDN values from the entry.
        Returns:
        true if the old RDN values should be removed, or false if not.
      • getNewSuperiorDN

        java.lang.String getNewSuperiorDN()
        Retrieves the DN for the new superior entry, if any.
        Returns:
        The DN for the new superior entry, or null if the entry should remain below its current parent.