public class ModifyDnContext extends OperationContext
SYNCHROCONTEXT| Constructor and Description |
|---|
ModifyDnContext(CSN csn,
String entryUUID,
String newSuperiorEntryUUID)
Creates a new ModifyDN Context with the provided parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNewSuperiorEntryUUID()
Get the unique Identifier of the new parent.
|
equals, getCSN, getCSN, getCSN, getEntryUUID, hashCodepublic ModifyDnContext(CSN csn, String entryUUID, String newSuperiorEntryUUID)
csn - The CSN of the operation.entryUUID - the unique Id of the modified entry.newSuperiorEntryUUID - The unique Identifier of the new parent,
can be null if the entry is to stay below the same
parent.public String getNewSuperiorEntryUUID()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.