| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Class and Description |
|---|---|
class |
CompareRequestImpl
Comparison request implementation.
|
| Modifier and Type | Method and Description |
|---|---|
CompareRequest |
CompareRequest.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
CompareRequest |
CompareRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
CompareRequest |
CompareRequest.addControl(Control control)
Adds a control to this Message.
|
CompareRequest |
CompareRequestImpl.addControl(Control control)
Adds a control to this Message.
|
CompareRequest |
CompareRequest.removeControl(Control control)
Deletes a control removing it from this Message.
|
CompareRequest |
CompareRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message.
|
CompareRequest |
CompareRequest.setAssertionValue(byte[] value)
Sets the attribute value to use in the comparison.
|
CompareRequest |
CompareRequestImpl.setAssertionValue(byte[] value)
Sets the attribute value to use in the comparison.
|
CompareRequest |
CompareRequest.setAssertionValue(String value)
Sets the attribute value to use in the comparison.
|
CompareRequest |
CompareRequestImpl.setAssertionValue(String value)
Sets the attribute value to use in the comparison.
|
CompareRequest |
CompareRequest.setAttributeId(String attrId)
Sets the attribute id used in the comparison.
|
CompareRequest |
CompareRequestImpl.setAttributeId(String attributeId)
Sets the attribute id used in the comparison.
|
CompareRequest |
CompareRequest.setMessageId(int messageId)
Sets the Message ID for this request
|
CompareRequest |
CompareRequestImpl.setMessageId(int messageId)
Sets the Message ID for this request
|
CompareRequest |
CompareRequest.setName(Dn name)
Sets the distinguished name of the entry to be compared using the
attribute value assertion.
|
CompareRequest |
CompareRequestImpl.setName(Dn name)
Sets the distinguished name of the entry to be compared using the
attribute value assertion.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.