public interface ChangeRecord extends Request
Add
operation.
Delete
operation.
Modify
operation.
ModifyDN
operation.
Request.RequestType
Modifier and Type | Method and Description |
---|---|
ChangeRecord |
addControl(Control control)
Adds the provided control to this protocol-op.
|
ChangeRecord |
addControls(Iterable<? extends Control> controls)
Adds the provided controls to this protocol-op.
|
Dn |
getName()
Returns the distinguished name of the entry being modified by this
ChangeRecord . |
ChangeRecord |
setName(Dn dn)
Sets the distinguished name of the entry to be updated.
|
ChangeRecord |
setName(String dn)
Sets the distinguished name of the entry to be updated.
|
containsControl, getControl, getControl, getControls
Dn getName()
ChangeRecord
.ChangeRecord setName(Dn dn)
dn
- The the distinguished name of the entry to be updated.UnsupportedOperationException
- If this change record does not permit the distinguished name to be set.NullPointerException
- If dn
was null
.ChangeRecord setName(String dn)
dn
- The the distinguished name of the entry to be updated.LocalizedIllegalArgumentException
- If dn
could not be decoded using the default schema.UnsupportedOperationException
- If this change record does not permit the distinguished name to be set.NullPointerException
- If dn
was null
.ChangeRecord addControl(Control control)
ProtocolOp
addControl
in interface ProtocolOp
addControl
in interface Request
control
- The control to be added to this protocol-op.ChangeRecord addControls(Iterable<? extends Control> controls)
ProtocolOp
addControls
in interface ProtocolOp
addControls
in interface Request
controls
- The controls to be added to this protocol-op.Copyright 2010-2022 ForgeRock AS.