ModifyDnRequest |
ModifyDnRequest.addAllControls(Control[] controls) |
Adds an array of controls to this Message.
|
ModifyDnRequest |
ModifyDnRequestImpl.addAllControls(Control[] controls) |
Adds an array of controls to this Message.
|
ModifyDnRequest |
ModifyDnRequest.addControl(Control control) |
Adds a control to this Message.
|
ModifyDnRequest |
ModifyDnRequestImpl.addControl(Control control) |
Adds a control to this Message.
|
ModifyDnRequest |
ModifyDnRequest.removeControl(Control control) |
Deletes a control removing it from this Message.
|
ModifyDnRequest |
ModifyDnRequestImpl.removeControl(Control control) |
Deletes a control removing it from this Message.
|
ModifyDnRequest |
ModifyDnRequest.setDeleteOldRdn(boolean deleteOldRdn) |
Sets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
|
ModifyDnRequest |
ModifyDnRequestImpl.setDeleteOldRdn(boolean deleteOldRdn) |
Sets the flag which determines if the old Rdn attribute is to be removed
from the entry when the new Rdn is used in its stead.
|
ModifyDnRequest |
ModifyDnRequest.setMessageId(int messageId) |
Sets the Message ID for this request
|
ModifyDnRequest |
ModifyDnRequestImpl.setMessageId(int messageId) |
Sets the Message ID for this request
|
ModifyDnRequest |
ModifyDnRequest.setName(Dn name) |
Sets the entry's distinguished name representing the entry PDU
field.
|
ModifyDnRequest |
ModifyDnRequestImpl.setName(Dn name) |
Sets the entry's distinguished name representing the entry PDU
field.
|
ModifyDnRequest |
ModifyDnRequest.setNewRdn(Rdn newRdn) |
Sets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
|
ModifyDnRequest |
ModifyDnRequestImpl.setNewRdn(Rdn newRdn) |
Sets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
|
ModifyDnRequest |
ModifyDnRequest.setNewSuperior(Dn newSuperior) |
Sets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
|
ModifyDnRequest |
ModifyDnRequestImpl.setNewSuperior(Dn newSuperior) |
Sets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
|