@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface PreParseModifyDNOperation extends PreParseOperation
Modifier and Type | Method and Description |
---|---|
boolean |
deleteOldRDN()
Indicates whether the current RDN value should be removed from the entry.
|
Dn |
getEntryDN()
Retrieves the entry DN as included in the client request.
|
Rdn |
getNewRDN()
Retrieves the newRDN as included in the request from the client.
|
Dn |
getNewSuperior()
Retrieves the newSuperior from the client request.
|
void |
setDeleteOldRDN(boolean deleteOldRDN)
Specifies whether the current RDN value should be removed from the entry.
|
void |
setEntryDN(Dn entryDN)
Specifies the entry DN as included in the client request.
|
void |
setNewRDN(Rdn newRDN)
Specifies the newRDN as included in the request from the client.
|
void |
setNewSuperior(Dn newSuperior)
Specifies the newSuperior for this modify DN operation, as provided in the request from the client.
|
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.Rdn getNewRDN()
void setNewRDN(Rdn newRDN)
newRDN
- The newRDN as included in the request from the client.boolean deleteOldRDN()
true
if the current RDN value should be removed from the entry, or false
if
not.void setDeleteOldRDN(boolean deleteOldRDN)
deleteOldRDN
- Specifies whether the current RDN value should be removed from the entry.Dn getNewSuperior()
null
if there is none.void setNewSuperior(Dn newSuperior)
newSuperior
- The newSuperior as provided in the request from the client.Copyright 2010-2022 ForgeRock AS.