public interface InternalCompareRequest extends SingleReplyRequest, InternalAbandonableRequest
Modifier and Type | Field and Description |
---|---|
static MessageTypeEnum |
RESP_TYPE
Compare response message type enum code
|
static MessageTypeEnum |
TYPE
Compare request message type enum code
|
Modifier and Type | Method and Description |
---|---|
Value<?> |
getAssertionValue()
Gets the attribute value to use in making the comparison.
|
String |
getAttributeId()
Gets the attribute id use in making the comparison.
|
DN |
getName()
Gets the distinguished name of the entry to be compared using the
attribute value assertion.
|
void |
setAssertionValue(byte[] value)
Sets the attribute value to use in the comparison.
|
void |
setAssertionValue(String value)
Sets the attribute value to use in the comparison.
|
void |
setAttributeId(String attrId)
Sets the attribute id used in the comparison.
|
void |
setName(DN name)
Sets the distinguished name of the entry to be compared using the
attribute value assertion.
|
getResponseType
getResultResponse
hasResponse
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
abandon, addAbandonListener, isAbandoned
static final MessageTypeEnum TYPE
static final MessageTypeEnum RESP_TYPE
DN getName()
void setName(DN name)
name
- the DN of the compared entry.Value<?> getAssertionValue()
void setAssertionValue(String value)
value
- the attribute value used in comparison.void setAssertionValue(byte[] value)
value
- the attribute value used in comparison.String getAttributeId()
void setAttributeId(String attrId)
attrId
- the attribute id used in comparison.Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.