Interface UpdatableDeleteRequest

    • Method Detail

      • setDN

        void setDN​(java.lang.String dn)
        Specifies the DN of th entry to be deleted.
        Parameters:
        dn - The DN of the entry to be deleted. It must not be null.
      • setDN

        void setDN​(DN dn)
        Specifies the DN of th entry to be deleted.
        Parameters:
        dn - The DN of the entry to be deleted. It must not be null.