@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PreParseCompareOperation extends PreParseOperation
Modifier and Type | Method and Description |
---|---|
ByteString |
getAssertionValue()
Retrieves the assertion value for this compare operation.
|
AttributeDescription |
getAttributeDescription()
Retrieves the attribute description for this compare operation.
|
Dn |
getEntryDN()
Retrieves the entry DN as included in the client request.
|
void |
setAssertionValue(ByteString assertionValue)
Specifies the assertion value for this compare operation.
|
void |
setAttributeDescription(AttributeDescription attributeDescription)
Specifies the attribute description for this compare operation.
|
void |
setEntryDN(Dn entryDN)
Specifies the entry DN as included in the client request.
|
addAdditionalLogItem, addRequestControl, addResponseControl, appendErrorMessage, getAdditionalLogItems, getErrorMessage, removeResponseControl, setErrorMessage
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
Dn getEntryDN()
void setEntryDN(Dn entryDN)
entryDN
- The entry DN for this compare operation.AttributeDescription getAttributeDescription()
void setAttributeDescription(AttributeDescription attributeDescription)
attributeDescription
- The attribute description for this compare operation.ByteString getAssertionValue()
void setAssertionValue(ByteString assertionValue)
assertionValue
- The assertion value for this compare operation.Copyright 2010-2022 ForgeRock AS.