Package org.opends.server.core
Class ModifyDnOperation
- java.lang.Object
-
- org.opends.server.types.Operation
-
- org.opends.server.core.ModifyDnOperation
-
- All Implemented Interfaces:
Runnable,InProgressOperation,PluginOperation,PostCommitModifyDNOperation,PostCommitOperation,PostOperationModifyDNOperation,PostOperationOperation,PostResponseModifyDNOperation,PostResponseOperation,PostSynchronizationModifyDNOperation,PostSynchronizationOperation,PreOperationModifyDNOperation,PreOperationOperation,PreParseModifyDNOperation,PreParseOperation,SubordinateModifyDNOperation
public final class ModifyDnOperation extends Operation implements SubordinateModifyDNOperation, PreOperationModifyDNOperation, PreParseModifyDNOperation, PostOperationModifyDNOperation, PostResponseModifyDNOperation, PostCommitModifyDNOperation, PostSynchronizationModifyDNOperation
This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.
-
-
Field Summary
-
Fields inherited from class org.opends.server.types.Operation
requestContext
-
-
Constructor Summary
Constructors Constructor Description ModifyDnOperation(org.forgerock.services.context.Context context, ModifyDnRequest modifyDNRequest)Creates a new modify DN operation with the provided information.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddModification(Modification modification)Adds the provided modification to the set of modifications to be applied as part of the update.voidaddResponseControl(Control control)Adds the provided control to the set of controls to include in the response to the client.booleandeleteOldRDN()Indicates whether the current RDN value should be removed from the entry.DngetEntryDN()Retrieves the DN of the entry to rename.List<Modification>getModifications()Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation.RdngetNewRDN()Retrieves the new RDN to use for the entry.DngetNewSuperior()Retrieves the newSuperior DN for the entry.OperationTypegetOperationType()Retrieves the operation type for this operation.EntrygetOriginalEntry()Retrieves the current entry, before it is renamed.DngetProxiedAuthorizationDN()Retrieves the proxied authorization DN for this operation if proxied authorization has been requested.List<Control>getResponseControls()Retrieves the set of controls to include in the response to the client.EntrygetUpdatedEntry()Retrieves the new entry, as it will appear after it is renamed.voidremoveResponseControl(Control control)Removes the provided control from the set of controls to include in the response to the client.voidrun()Performs the work of actually processing this operation.voidsetDeleteOldRDN(boolean deleteOldRDN)Specifies whether the current RDN value should be removed from the entry.voidsetEntryDN(Dn entryDN)Specifies the entry DN as included in the client request.voidsetNewRDN(Rdn newRDN)Specifies the newRDN as included in the request from the client.voidsetNewSuperior(Dn newSuperior)Specifies the newSuperior for this modify DN operation, as provided in the request from the client.voidsetProxiedAuthorizationDN(Dn dn)Set the proxied authorization DN for this operation if proxied authorization has been requested.voidtoString(StringBuilder buffer)Appends a string representation of this operation to the provided buffer.-
Methods inherited from class org.opends.server.types.Operation
addAdditionalLogItem, addPasswordPolicyWarningToLog, addPostReadResponse, addPreReadResponse, addRequestControl, appendErrorMessage, appendMaskedErrorMessage, checkAttributeConformsToSyntax, checkIfBackendIsWritable, checkIfCanceled, createLdapException, disconnectClient, dontSynchronize, equals, evaluateProxyAuthControls, filterNonDisclosableMatchedDN, findMatchedDN, getAdditionalLogItems, getAttachment, getAttachments, getAuthorizationDN, getAuthorizationEntry, getClientConnection, getConnectionID, getContext, getErrorMessage, getLargestEntrySize, getLocalBackend, getMatchedDN, getMessageID, getOperationID, getReferralURLs, getRequestControl, getRequestControls, getResultCode, getServerContext, hashCode, hasPrivilege, hasRequestControl, invokePostResponseCallbacks, isHumanReadable, isInnerOperation, isInternalOperation, isProxyAuthzControl, isSynchronizationOperation, mustCheckSchema, operationCompleted, processOperationResult, processOperationResult, registerPostResponseCallback, removeAllDisallowedControls, removeAttachment, setAttachment, setAttachments, setAuthorizationEntry, setDontSynchronize, setErrorMessage, setInnerOperation, setInternalOperation, setMatchedDN, setReferralURLs, setResult, setResult, setResultCode, setResultCodeAndMessageNoInfoDisclosure, setSynchronizationOperation, toString, trySetLargestEntrySize
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opends.server.types.operation.InProgressOperation
addAdditionalLogItem, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, setErrorMessage, setMatchedDN, setReferralURLs, setResult, setResultCode
-
Methods inherited from interface org.opends.server.types.operation.PluginOperation
checkIfCanceled, disconnectClient, getAttachment, getAttachments, getClientConnection, getConnectionID, getMessageID, getOperationID, getRequestControl, getRequestControl, getRequestControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString
-
Methods inherited from interface org.opends.server.types.operation.PostCommitOperation
getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode
-
Methods inherited from interface org.opends.server.types.operation.PostOperationOperation
addAdditionalLogItem, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode, setErrorMessage, setMatchedDN, setReferralURLs, setResult, setResultCode
-
Methods inherited from interface org.opends.server.types.operation.PostResponseOperation
getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode
-
Methods inherited from interface org.opends.server.types.operation.PostSynchronizationOperation
getAdditionalLogItems, getAuthorizationDN, getErrorMessage, getMatchedDN, getReferralURLs, getResultCode
-
Methods inherited from interface org.opends.server.types.operation.PreOperationOperation
addAdditionalLogItem, appendErrorMessage, getAdditionalLogItems, getAuthorizationDN, getErrorMessage, setErrorMessage
-
Methods inherited from interface org.opends.server.types.operation.PreParseOperation
addAdditionalLogItem, addRequestControl, appendErrorMessage, getAdditionalLogItems, getErrorMessage, setErrorMessage
-
-
-
-
Constructor Detail
-
ModifyDnOperation
public ModifyDnOperation(org.forgerock.services.context.Context context, ModifyDnRequest modifyDNRequest)Creates a new modify DN operation with the provided information.- Parameters:
context- The context with which this operation is associated.modifyDNRequest- The modifyDN request.
-
-
Method Detail
-
setEntryDN
public void setEntryDN(Dn entryDN)
Description copied from interface:PreParseModifyDNOperationSpecifies the entry DN as included in the client request. This should only be called by pre-parse plugins.- Specified by:
setEntryDNin interfacePreParseModifyDNOperation- Parameters:
entryDN- The entry DN as included in the client request.
-
getEntryDN
public Dn getEntryDN()
Description copied from interface:SubordinateModifyDNOperationRetrieves the DN of the entry to rename.- Specified by:
getEntryDNin interfacePostCommitModifyDNOperation- Specified by:
getEntryDNin interfacePostOperationModifyDNOperation- Specified by:
getEntryDNin interfacePostResponseModifyDNOperation- Specified by:
getEntryDNin interfacePostSynchronizationModifyDNOperation- Specified by:
getEntryDNin interfacePreOperationModifyDNOperation- Specified by:
getEntryDNin interfacePreParseModifyDNOperation- Specified by:
getEntryDNin interfaceSubordinateModifyDNOperation- Returns:
- The DN of the entry to rename.
-
setNewRDN
public void setNewRDN(Rdn newRDN)
Description copied from interface:PreParseModifyDNOperationSpecifies the newRDN as included in the request from the client. This should only be called by pre-parse plugins and should not be used in later stages of processing.- Specified by:
setNewRDNin interfacePreParseModifyDNOperation- Parameters:
newRDN- The newRDN as included in the request from the client.
-
getNewRDN
public Rdn getNewRDN()
Description copied from interface:SubordinateModifyDNOperationRetrieves the new RDN to use for the entry.- Specified by:
getNewRDNin interfacePostCommitModifyDNOperation- Specified by:
getNewRDNin interfacePostOperationModifyDNOperation- Specified by:
getNewRDNin interfacePostResponseModifyDNOperation- Specified by:
getNewRDNin interfacePostSynchronizationModifyDNOperation- Specified by:
getNewRDNin interfacePreOperationModifyDNOperation- Specified by:
getNewRDNin interfacePreParseModifyDNOperation- Specified by:
getNewRDNin interfaceSubordinateModifyDNOperation- Returns:
- The new RDN to use for the entry.
-
deleteOldRDN
public boolean deleteOldRDN()
Description copied from interface:SubordinateModifyDNOperationIndicates whether the current RDN value should be removed from the entry.- Specified by:
deleteOldRDNin interfacePostCommitModifyDNOperation- Specified by:
deleteOldRDNin interfacePostOperationModifyDNOperation- Specified by:
deleteOldRDNin interfacePostResponseModifyDNOperation- Specified by:
deleteOldRDNin interfacePostSynchronizationModifyDNOperation- Specified by:
deleteOldRDNin interfacePreOperationModifyDNOperation- Specified by:
deleteOldRDNin interfacePreParseModifyDNOperation- Specified by:
deleteOldRDNin interfaceSubordinateModifyDNOperation- Returns:
trueif the current RDN value should be removed from the entry, orfalseif not.
-
setDeleteOldRDN
public void setDeleteOldRDN(boolean deleteOldRDN)
Description copied from interface:PreParseModifyDNOperationSpecifies whether the current RDN value should be removed from the entry.- Specified by:
setDeleteOldRDNin interfacePreParseModifyDNOperation- Parameters:
deleteOldRDN- Specifies whether the current RDN value should be removed from the entry.
-
setNewSuperior
public void setNewSuperior(Dn newSuperior)
Description copied from interface:PreParseModifyDNOperationSpecifies the newSuperior for this modify DN operation, as provided in the request from the client. This method should only be called by pre-parse plugins.- Specified by:
setNewSuperiorin interfacePreParseModifyDNOperation- Parameters:
newSuperior- The newSuperior as provided in the request from the client.
-
getNewSuperior
public Dn getNewSuperior()
Description copied from interface:SubordinateModifyDNOperationRetrieves the newSuperior DN for the entry.- Specified by:
getNewSuperiorin interfacePostCommitModifyDNOperation- Specified by:
getNewSuperiorin interfacePostOperationModifyDNOperation- Specified by:
getNewSuperiorin interfacePostResponseModifyDNOperation- Specified by:
getNewSuperiorin interfacePostSynchronizationModifyDNOperation- Specified by:
getNewSuperiorin interfacePreOperationModifyDNOperation- Specified by:
getNewSuperiorin interfacePreParseModifyDNOperation- Specified by:
getNewSuperiorin interfaceSubordinateModifyDNOperation- Returns:
- The newSuperior DN for the entry, or
nullif there is no newSuperior DN for this request.
-
getModifications
public List<Modification> getModifications()
Retrieves the set of modifications applied to attributes of the target entry in the course of processing this modify DN operation. This will include attribute-level changes from the modify DN itself (e.g., removing old RDN values if deleteOldRDN is set, or adding new RDN values that don't already exist), but it may also be used by pre-operation plugins to cause additional changes in the entry. In this case, those plugins may add modifications to this list (they may not remove existing modifications) if any changes should be processed in addition to the core modify DN processing. Backends may read this list to identify which attribute-level changes were applied in order to more easily apply updates to attribute indexes.- Specified by:
getModificationsin interfacePostCommitModifyDNOperation- Specified by:
getModificationsin interfacePostOperationModifyDNOperation- Specified by:
getModificationsin interfacePostResponseModifyDNOperation- Specified by:
getModificationsin interfacePostSynchronizationModifyDNOperation- Specified by:
getModificationsin interfacePreOperationModifyDNOperation- Returns:
- The set of modifications applied to attributes during the course of the modify DN processing, or
nullif that information is not yet available (e.g., during pre-parse plugins).
-
addModification
public void addModification(Modification modification)
Description copied from interface:PreOperationModifyDNOperationAdds the provided modification to the set of modifications to be applied as part of the update. This should only be called by pre-operation plugins.- Specified by:
addModificationin interfacePreOperationModifyDNOperation- Parameters:
modification- The modification to add to the set of modifications to apply to the entry.
-
getOperationType
public OperationType getOperationType()
Description copied from interface:PluginOperationRetrieves the operation type for this operation.- Specified by:
getOperationTypein interfacePluginOperation- Returns:
- The operation type for this operation.
-
getProxiedAuthorizationDN
public Dn getProxiedAuthorizationDN()
Description copied from class:OperationRetrieves the proxied authorization DN for this operation if proxied authorization has been requested.- Specified by:
getProxiedAuthorizationDNin classOperation- Returns:
- The proxied authorization DN for this operation if proxied authorization has been requested, or
nullif proxied authorization has not been requested.
-
getResponseControls
public List<Control> getResponseControls()
Description copied from interface:PluginOperationRetrieves the set of controls to include in the response to the client. The contents of this list must not be altered.- Specified by:
getResponseControlsin interfacePluginOperation- Returns:
- The set of controls to include in the response to the client.
-
addResponseControl
public void addResponseControl(Control control)
Description copied from class:OperationAdds the provided control to the set of controls to include in the response to the client.This method may not be called by post-response plugins.
- Specified by:
addResponseControlin interfaceInProgressOperation- Specified by:
addResponseControlin interfacePostOperationOperation- Specified by:
addResponseControlin interfacePreOperationOperation- Specified by:
addResponseControlin interfacePreParseOperation- Specified by:
addResponseControlin classOperation- Parameters:
control- The control to add to the set of controls to include in the response to the client.
-
removeResponseControl
public void removeResponseControl(Control control)
Description copied from class:OperationRemoves the provided control from the set of controls to include in the response to the client.This method may not be called by post-response plugins.
- Specified by:
removeResponseControlin interfaceInProgressOperation- Specified by:
removeResponseControlin interfacePostOperationOperation- Specified by:
removeResponseControlin interfacePreOperationOperation- Specified by:
removeResponseControlin interfacePreParseOperation- Specified by:
removeResponseControlin classOperation- Parameters:
control- The control to remove from the set of controls to include in the response to the client.
-
run
public void run()
Description copied from class:OperationPerforms the work of actually processing this operation. This should include all processing for the operation, including invoking pre-parse and post-response plugins, logging messages and any other work that might need to be done in the course of processing.
-
toString
public void toString(StringBuilder buffer)
Description copied from interface:PluginOperationAppends a string representation of this operation to the provided buffer.- Specified by:
toStringin interfacePluginOperation- Specified by:
toStringin classOperation- Parameters:
buffer- The buffer into which a string representation of this operation should be appended.
-
setProxiedAuthorizationDN
public void setProxiedAuthorizationDN(Dn dn)
Description copied from class:OperationSet the proxied authorization DN for this operation if proxied authorization has been requested.- Specified by:
setProxiedAuthorizationDNin classOperation- Parameters:
dn- The proxied authorization DN for this operation if proxied authorization has been requested, ornullif proxied authorization has not been requested.
-
getOriginalEntry
public Entry getOriginalEntry()
Description copied from interface:SubordinateModifyDNOperationRetrieves the current entry, before it is renamed. This will not be available to pre-parse plugins or during the conflict resolution portion of the synchronization processing.- Specified by:
getOriginalEntryin interfacePostCommitModifyDNOperation- Specified by:
getOriginalEntryin interfacePostOperationModifyDNOperation- Specified by:
getOriginalEntryin interfacePostResponseModifyDNOperation- Specified by:
getOriginalEntryin interfacePostSynchronizationModifyDNOperation- Specified by:
getOriginalEntryin interfacePreOperationModifyDNOperation- Specified by:
getOriginalEntryin interfaceSubordinateModifyDNOperation- Returns:
- The current entry, or
nullif it is not yet available.
-
getUpdatedEntry
public Entry getUpdatedEntry()
Description copied from interface:SubordinateModifyDNOperationRetrieves the new entry, as it will appear after it is renamed. This will not be available to pre-parse plugins or during the conflict resolution portion of the synchronization processing.- Specified by:
getUpdatedEntryin interfacePostCommitModifyDNOperation- Specified by:
getUpdatedEntryin interfacePostOperationModifyDNOperation- Specified by:
getUpdatedEntryin interfacePostResponseModifyDNOperation- Specified by:
getUpdatedEntryin interfacePostSynchronizationModifyDNOperation- Specified by:
getUpdatedEntryin interfacePreOperationModifyDNOperation- Specified by:
getUpdatedEntryin interfaceSubordinateModifyDNOperation- Returns:
- The updated entry, or
nullif it is not yet available.
-
-