| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Class and Description |
|---|---|
class |
ModifyDnRequestImpl
ModifyDNRequest implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDnRequest |
ModifyDnRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
ModifyDnRequest |
ModifyDnRequest.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
ModifyDnRequest |
ModifyDnRequestImpl.addControl(Control control)
Adds a control to this Message.
|
ModifyDnRequest |
ModifyDnRequest.addControl(Control control)
Adds a control to this Message.
|
ModifyDnRequest |
ModifyDnRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message.
|
ModifyDnRequest |
ModifyDnRequest.removeControl(Control control)
Deletes a control removing it from this Message.
|
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.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.setMessageId(int messageId)
Sets the Message ID for this request
|
ModifyDnRequest |
ModifyDnRequest.setMessageId(int messageId)
Sets the Message ID for this request
|
ModifyDnRequest |
ModifyDnRequestImpl.setName(Dn name)
Sets the entry's distinguished name representing the entry PDU
field.
|
ModifyDnRequest |
ModifyDnRequest.setName(Dn name)
Sets the entry's distinguished name representing the entry PDU
field.
|
ModifyDnRequest |
ModifyDnRequestImpl.setNewRdn(Rdn newRdn)
Sets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
|
ModifyDnRequest |
ModifyDnRequest.setNewRdn(Rdn newRdn)
Sets the new relative distinguished name for the entry which represents
the PDU's newrdn field.
|
ModifyDnRequest |
ModifyDnRequestImpl.setNewSuperior(Dn newSuperior)
Sets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
|
ModifyDnRequest |
ModifyDnRequest.setNewSuperior(Dn newSuperior)
Sets the optional distinguished name of the new superior entry where the
candidate entry is to be moved.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.