| | |
| | | /** |
| | | * Returns the distinguished name of an existing entry that will become the |
| | | * immediate superior (parent) of the entry to be renamed. The server shall |
| | | * not dereference any aliases in locating the new superior entry. |
| | | * not dereference any aliases in locating the new superior entry. The |
| | | * default value is {@code null}, indicating that the entry is to remain |
| | | * under the same parent entry. |
| | | * |
| | | * @return The distinguished name of the new superior entry, or {@code null} |
| | | * if the entry is to remain under the same parent entry. |
| | |
| | | |
| | | /** |
| | | * Indicates whether the old RDN attribute values are to be retained as |
| | | * attributes of the entry or deleted from the entry. |
| | | * attributes of the entry or deleted from the entry. The default value is |
| | | * {@code false}. |
| | | * |
| | | * @return {@code true} if the old RDN attribute values are to be deleted |
| | | * from the entry, or {@code false} if they are to be retained. |
| | |
| | | |
| | | /** |
| | | * Specifies whether the old RDN attribute values are to be retained as |
| | | * attributes of the entry or deleted from the entry. |
| | | * attributes of the entry or deleted from the entry. The default value is |
| | | * {@code false}. |
| | | * |
| | | * @param deleteOldRDN |
| | | * {@code true} if the old RDN attribute values are to be deleted |
| | |
| | | /** |
| | | * Sets the distinguished name of an existing entry that will become the |
| | | * immediate superior (parent) of the entry to be renamed. The server shall |
| | | * not dereference any aliases in locating the new superior entry. |
| | | * not dereference any aliases in locating the new superior entry. The |
| | | * default value is {@code null}, indicating that the entry is to remain |
| | | * under the same parent entry. |
| | | * |
| | | * @param dn |
| | | * The distinguished name of an existing entry that will become |
| | |
| | | /** |
| | | * Sets the distinguished name of an existing entry that will become the |
| | | * immediate superior (parent) of the entry to be renamed. The server shall |
| | | * not dereference any aliases in locating the new superior entry. |
| | | * not dereference any aliases in locating the new superior entry. The |
| | | * default value is {@code null}, indicating that the entry is to remain |
| | | * under the same parent entry. |
| | | * |
| | | * @param dn |
| | | * The distinguished name of an existing entry that will become |