@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PreOperationCompareOperation extends PreOperationOperation
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 DN of the entry to compare.
|
Entry |
getEntryToCompare()
Retrieves the entry to target with the compare operation.
|
String |
getRawAttributeType()
Retrieves the raw attribute type for this compare operation.
|
ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client request.
|
void |
setAssertionValue(ByteString assertionValue)
Specifies the assertion value for this compare operation.
|
addAdditionalLogItem, addResponseControl, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, removeResponseControl, setErrorMessage
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
ByteString getRawEntryDN()
Dn getEntryDN()
String getRawAttributeType()
AttributeDescription getAttributeDescription()
ByteString getAssertionValue()
void setAssertionValue(ByteString assertionValue)
assertionValue
- The assertion value for this compare operation.Entry getEntryToCompare()
Copyright 2010-2018 ForgeRock AS.