public class LocalBackendCompareOperation extends CompareOperationWrapper implements PreOperationCompareOperation, PostOperationCompareOperation, PostResponseCompareOperation
LOCALBACKENDOPERATIONS| Constructor and Description |
|---|
LocalBackendCompareOperation(CompareOperation compare)
Creates a new compare operation based on the provided compare operation.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
getEntryToCompare()
Retrieves the entry to target with the compare operation.
|
void |
processLocalCompare(LocalBackendWorkflowElement wfe)
Process this compare operation in a local backend.
|
getAssertionValue, getAttributeOptions, getAttributeType, getEntryDN, getRawAttributeType, getRawEntryDN, setAssertionValue, setAttributeOptions, setAttributeType, setRawAttributeType, setRawEntryDNabort, addAdditionalLogItem, addRequestControl, addResponseControl, appendErrorMessage, appendMaskedErrorMessage, cancel, checkIfCanceled, disconnectClient, dontSynchronize, equals, getAdditionalLogItems, getAttachment, getAttachments, getAuthorizationDN, getAuthorizationEntry, getCancelRequest, getCancelResult, getClientConnection, getConnectionID, getErrorMessage, getMaskedErrorMessage, getMaskedResultCode, getMatchedDN, getMessageID, getOperation, getOperationID, getOperationType, getProcessingNanoTime, getProcessingStartTime, getProcessingStopTime, getProcessingTime, getProxiedAuthorizationDN, getReferralURLs, getRequestControl, getRequestControls, getResponseControls, getResultCode, hashCode, isInnerOperation, isInternalOperation, isSynchronizationOperation, operationCompleted, registerPostResponseCallback, removeAttachment, removeResponseControl, run, setAttachment, setAttachments, setAuthorizationEntry, setDontSynchronize, setErrorMessage, setInnerOperation, setInternalOperation, setMaskedErrorMessage, setMaskedResultCode, setMatchedDN, setProxiedAuthorizationDN, setReferralURLs, setResponseData, setResultCode, setSynchronizationOperation, toString, toStringclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAssertionValue, getAttributeType, getEntryDN, getRawAttributeType, getRawEntryDN, setAssertionValueaddAdditionalLogItem, addResponseControl, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, removeResponseControl, setErrorMessagegetAssertionValue, getAttributeType, getEntryDN, getRawAttributeType, getRawEntryDNaddAdditionalLogItem, addResponseControl, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, removeResponseControl, setErrorMessage, setMatchedDN, setReferralURLs, setResponseData, setResultCodegetAssertionValue, getAttributeType, getEntryDN, getRawAttributeType, getRawEntryDNgetAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getProcessingStopTime, getProcessingTime, getReferralURLs, getResultCodecheckIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getOperationType, getProcessingStartTime, getRequestControl, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toStringgetProxiedAuthorizationDN, setProxiedAuthorizationDNabort, addAdditionalLogItem, addRequestControl, addResponseControl, appendErrorMessage, appendMaskedErrorMessage, cancel, checkIfCanceled, disconnectClient, dontSynchronize, getAdditionalLogItems, getAttachment, getAttachments, getAuthorizationDN, getAuthorizationEntry, getCancelRequest, getCancelResult, getClientConnection, getConnectionID, getErrorMessage, getMaskedErrorMessage, getMaskedResultCode, getMatchedDN, getMessageID, getOperationID, getOperationType, getProcessingNanoTime, getProcessingStartTime, getProcessingStopTime, getProcessingTime, getReferralURLs, getRequestControl, getRequestControls, getResponseControls, getResultCode, isInnerOperation, isInternalOperation, isSynchronizationOperation, operationCompleted, registerPostResponseCallback, removeAttachment, removeResponseControl, run, setAttachment, setAttachments, setAuthorizationEntry, setDontSynchronize, setErrorMessage, setInnerOperation, setInternalOperation, setMaskedErrorMessage, setMaskedResultCode, setMatchedDN, setReferralURLs, setResponseData, setResultCode, setSynchronizationOperation, toString, toStringpublic LocalBackendCompareOperation(CompareOperation compare)
compare - the compare operationpublic Entry getEntryToCompare()
getEntryToCompare in interface PostOperationCompareOperationgetEntryToCompare in interface PostResponseCompareOperationgetEntryToCompare in interface PreOperationCompareOperationnull if the entry is not yet available.public void processLocalCompare(LocalBackendWorkflowElement wfe) throws CanceledOperationException
wfe - The local backend work-flow element.CanceledOperationException - if this operation should be cancelledCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.