public class CompareRequestDsml extends AbstractRequestDsml
instanceldapMessageLengthparent| Constructor and Description |
|---|
CompareRequestDsml()
Creates a new instance of CompareRequestDsml.
|
CompareRequestDsml(CompareRequestCodec ldapMessage)
Creates a new instance of CompareRequestDsml.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAssertionValue()
Get the assertion value
|
String |
getAttributeDesc()
Get the attribute description
|
DN |
getEntry()
Get the entry to be compared
|
MessageTypeEnum |
getMessageType()
Get the message type
|
void |
setAssertionValue(Object assertionValue)
Set the assertion value
|
void |
setAttributeDesc(String attributeDesc)
Set the attribute description
|
void |
setEntry(DN entry)
Set the entry to be compared
|
org.dom4j.Element |
toDsml(org.dom4j.Element root)
Creates the Request Element and adds RequestID and Controls.
|
addControl, addLength, computeLength, computeLengthProtocolOp, encode, encodeProtocolOp, getAbandonRequest, getAddRequest, getAddResponse, getBindRequest, getBindResponse, getCompareRequest, getCompareResponse, getControls, getControls, getCurrentControl, getCurrentLength, getDelRequest, getDelResponse, getExpectedLength, getExtendedRequest, getExtendedResponse, getLdapResponse, getMessageId, getMessageTypeName, getModifyDNRequest, getModifyDNResponse, getModifyRequest, getModifyResponse, getParent, getSearchRequest, getSearchResultDone, getSearchResultEntry, getSearchResultReference, getUnBindRequest, setCurrentLength, setExpectedLength, setMessageId, setParent, toStringaddControls, encode, getCodecControl, initControls, toStringgetTlvIdpublic CompareRequestDsml()
public CompareRequestDsml(CompareRequestCodec ldapMessage)
ldapMessage - the message to decoratepublic MessageTypeEnum getMessageType()
getMessageType in class LdapMessageDecoratorpublic org.dom4j.Element toDsml(org.dom4j.Element root)
toDsml in interface DsmlDecoratortoDsml in class AbstractRequestDsmlroot - the root elementpublic DN getEntry()
public void setEntry(DN entry)
entry - The entry to set.public Object getAssertionValue()
public void setAssertionValue(Object assertionValue)
assertionValue - The assertionValue to set.public String getAttributeDesc()
public void setAttributeDesc(String attributeDesc)
attributeDesc - The attributeDesc to set.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.