AddRequest |
AddRequest.addAllControls(Control[] controls) |
Adds an array of controls to this Message.
|
AddRequest |
AddRequestImpl.addAllControls(Control[] controls) |
Adds an array of controls to this Message.
|
AddRequest |
AddRequest.addControl(Control control) |
Adds a control to this Message.
|
AddRequest |
AddRequestImpl.addControl(Control control) |
Adds a control to this Message.
|
AddRequest |
AddRequest.removeControl(Control control) |
Deletes a control removing it from this Message.
|
AddRequest |
AddRequestImpl.removeControl(Control control) |
Deletes a control removing it from this Message.
|
AddRequest |
AddRequest.setEntry(Entry entry) |
Sets the Entry to add.
|
AddRequest |
AddRequestImpl.setEntry(Entry entry) |
Sets the Entry to add.
|
AddRequest |
AddRequest.setEntryDn(Dn entry) |
Sets the distinguished name of the entry to add.
|
AddRequest |
AddRequestImpl.setEntryDn(Dn dn) |
Sets the distinguished name of the entry to add.
|
AddRequest |
AddRequest.setMessageId(int messageId) |
Sets the Message ID for this request
|
AddRequest |
AddRequestImpl.setMessageId(int messageId) |
Sets the Message ID for this request
|