@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface ModifyDNRequest extends ChangeRequest
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteOldRDN()
Indicates whether to remove the old RDN values from the entry.
|
java.lang.String |
getDN()
Retrieves the DN of the entry to move and/or rename.
|
java.lang.String |
getNewRDN()
Retrieves the new RDN to use for the entry.
|
java.lang.String |
getNewSuperiorDN()
Retrieves the DN for the new superior entry, if any.
|
ReadOnlyModifyDNRequest |
toLDAPSDKRequest()
Retrieves an LDAP SDK representation of this modify DN request.
|
LDIFModifyDNChangeRecord |
toLDIFChangeRecord()
Retrieves an LDIF change record that corresponds to this modify DN request.
|
getOperationType, getRequestControlsjava.lang.String getDN()
java.lang.String getNewRDN()
boolean deleteOldRDN()
true if the old RDN values should be removed, or
false if not.java.lang.String getNewSuperiorDN()
null if the entry
should remain below its current parent.ReadOnlyModifyDNRequest toLDAPSDKRequest()
LDIFModifyDNChangeRecord toLDIFChangeRecord()
toLDIFChangeRecord in interface ChangeRequest