public abstract class ModifyCommonMsg extends LDAPUpdateMsg
bytes, dn, entryUUID
assuredFlag, assuredMode, csn, protocolVersion, safeDataLevel
MSG_TYPE_DISK_ENCODING
Modifier and Type | Method and Description |
---|---|
List<Modification> |
getMods()
Get the Modifications associated to the UpdateMsg to the provided value.
|
void |
setMods(List<Modification> mods)
Set the Modification associated to the UpdateMsg to the provided value.
|
createRequest, createRequest, encode, encodeHeader, generateMsg, getBytes, getBytesV1, getBytesV23, getBytesV45, getDN, getEclIncludes, getEntryUUID, setDN, setEclIncludes, size
compareTo, contributesToDomainState, decodeHeader, equals, getAssuredMode, getBytes, getCSN, getPayload, getSafeDataLevel, getVersion, hashCode, isAssured, setAssured, setAssuredMode, setSafeDataLevel
generateMsg
public void setMods(List<Modification> mods)
mods
- The new Modification associated to this ModifyMsg.public List<Modification> getMods() throws IOException
LdapException
- In case of LDAP decoding exceptionIOException
- In case of ASN1 decoding exceptionCopyright 2010-2018 ForgeRock AS.