@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PostOperationCompareOperation extends PostOperationOperation
Modifier and Type | Method and Description |
---|---|
org.forgerock.opendj.ldap.ByteString |
getAssertionValue()
Retrieves the assertion value for this compare operation.
|
AttributeType |
getAttributeType()
Retrieves the attribute type 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.
|
org.forgerock.opendj.ldap.ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client
request.
|
addAdditionalLogItem, addResponseControl, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCode
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
org.forgerock.opendj.ldap.ByteString getRawEntryDN()
DN getEntryDN()
String getRawAttributeType()
AttributeType getAttributeType()
org.forgerock.opendj.ldap.ByteString getAssertionValue()
Entry getEntryToCompare()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.