@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PreParseModifyOperation extends PreParseOperation
Modifier and Type | Method and Description |
---|---|
void |
addModification(Modification modification)
Adds the provided modification to the set of modifications for this modify operation.
|
Dn |
getEntryDN()
Retrieves the entry DN as included in the client request.
|
List<Modification> |
getModifications()
Retrieves the set of modifications as included in the client request.
|
void |
setEntryDN(Dn entryDN)
Specifies the entry DN as included in the client request.
|
void |
setModifications(List<Modification> modifications)
Specifies the set of modifications for this modify operation.
|
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 as included in the client request.List<Modification> getModifications()
void addModification(Modification modification) throws LdapException
modification
- The modification to add to the set of modifications for this modify operation.LdapException
- If an unexpected problem occurs while applying the modification to the entry.void setModifications(List<Modification> modifications)
modifications
- The modifications for this modify operation.Copyright 2010-2022 ForgeRock AS.