public class DeleteMsg extends LDAPUpdateMsg
bytes, dn, encodedEclIncludes, entryUUID
assuredFlag, assuredMode, csn, protocolVersion, safeDataLevel
Constructor and Description |
---|
DeleteMsg(DN dn,
CSN csn,
String entryUUID)
Creates a new delete message.
|
Modifier and Type | Method and Description |
---|---|
DeleteOperation |
createOperation(InternalClientConnection connection,
DN newDN)
Create and Operation from the message using the provided DN.
|
byte[] |
getBytes_V1()
Get the byte array representation of this message.
|
byte[] |
getBytes_V23()
Get the byte array representation of this message.
|
byte[] |
getBytes_V45(short protocolVersion)
Get the byte array representation of this message.
|
String |
getInitiatorsName()
Get the initiator's name of this change.
|
boolean |
isSubtreeDelete()
Get the subtree flag.
|
void |
setInitiatorsName(String iname)
Set the initiator's name of this change.
|
void |
setSubtreeDelete(boolean subtreeDelete)
Set the subtree flag.
|
int |
size()
Return the number of bytes used by this message.
|
String |
toString() |
createOperation, encode, encodeHeader, generateMsg, getBytes, getDN, getEclIncludes, getEntryUUID, headerSize, setDN, setEclIncludes
compareTo, contributesToDomainState, decodeHeader, equals, getAssuredMode, getBytes, getCSN, getPayload, getSafeDataLevel, getVersion, hashCode, isAssured, setAssured, setAssuredMode, setSafeDataLevel
generateMsg
public DeleteOperation createOperation(InternalClientConnection connection, DN newDN)
createOperation
in class LDAPUpdateMsg
connection
- connection to use when creating the message.newDN
- the DN to use when creating the operation.public byte[] getBytes_V1()
getBytes_V1
in class LDAPUpdateMsg
public byte[] getBytes_V23()
getBytes_V23
in class LDAPUpdateMsg
public byte[] getBytes_V45(short protocolVersion)
getBytes_V45
in class LDAPUpdateMsg
protocolVersion
- the actual protocol version to encode intopublic int size()
size
in class LDAPUpdateMsg
public void setInitiatorsName(String iname)
iname
- the initiator's name.public String getInitiatorsName()
public void setSubtreeDelete(boolean subtreeDelete)
subtreeDelete
- the subtree flag.public boolean isSubtreeDelete()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.