@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.
|
ByteString |
getRawEntryDN()
Retrieves the raw, unprocessed entry DN as included in the client request.
|
ByteString |
getRawNewRDN()
Retrieves the raw, unprocessed newRDN as included in the request from the client.
|
ByteString |
getRawNewSuperior()
Retrieves the raw, unprocessed newSuperior from the client request.
|
void |
setDeleteOldRDN(boolean deleteOldRDN)
Specifies whether the current RDN value should be removed from the entry.
|
void |
setRawEntryDN(ByteString rawEntryDN)
Specifies the raw, unprocessed entry DN as included in the client request.
|
void |
setRawNewRDN(ByteString rawNewRDN)
Specifies the raw, unprocessed newRDN as included in the request from the client.
|
void |
setRawNewSuperior(ByteString rawNewSuperior)
Specifies the raw, unprocessed 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, getRequestControls, getResponseControls, isInternalOperation, isSynchronizationOperation, removeAttachment, setAttachment, toString, toString
ByteString getRawEntryDN()
void setRawEntryDN(ByteString rawEntryDN)
rawEntryDN
- The raw, unprocessed entry DN as included in the client request.ByteString getRawNewRDN()
void setRawNewRDN(ByteString rawNewRDN)
rawNewRDN
- The raw, unprocessed 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.ByteString getRawNewSuperior()
null
if there is none.void setRawNewSuperior(ByteString rawNewSuperior)
rawNewSuperior
- The raw, unprocessed newSuperior as provided in the request from the client.Copyright 2010-2018 ForgeRock AS.