public abstract class ModifyCommonMsg extends LDAPUpdateMsg
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, generateMsg, getBytes, getBytesV1, getBytesV23, getBytesV4ToLatest, getDN, getEclIncludes, getEntryUUID, setDN, setEclIncludes, size
compareTo, equals, getBytes, getCSN, getVersion, hashCode, toString
decodeMsg, isRetryable
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-2022 ForgeRock AS.