@PublicAPI(stability=VOLATILE, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class ModifyDNChangeRecordEntry extends ChangeRecordEntry
Constructor and Description |
---|
ModifyDNChangeRecordEntry(Dn dn,
Rdn newRDN,
boolean deleteOldRDN,
Dn newSuperiorDN)
Creates a new entry with the provided information.
|
Modifier and Type | Method and Description |
---|---|
boolean |
deleteOldRDN()
Get the new RDN for the requested modify DN operation.
|
ChangeOperationType |
getChangeOperationType()
Retrieves the name of the change operation type.
|
Rdn |
getNewRDN()
Get the new RDN for the requested modify DN operation.
|
Dn |
getNewSuperiorDN()
Get the new superior DN for the requested modify DN operation.
|
String |
toString() |
getDN
public ModifyDNChangeRecordEntry(Dn dn, Rdn newRDN, boolean deleteOldRDN, Dn newSuperiorDN)
dn
- The distinguished name for this entry. It must not be null
.newRDN
- The new RDN. It must not be null
.deleteOldRDN
- Delete the old RDN?newSuperiorDN
- The new superior DN. It may be null
if the entry is not to be moved below a new parent.public Rdn getNewRDN()
public Dn getNewSuperiorDN()
null
if there is none.public boolean deleteOldRDN()
public ChangeOperationType getChangeOperationType()
getChangeOperationType
in class ChangeRecordEntry
public String toString()
toString
in class ChangeRecordEntry
Copyright 2010-2018 ForgeRock AS.