public interface PermissiveModifyRequestControl extends Control
This control can only be used with LDAP modify requests. It changes the behavior of the modify operation as follows:
AttributeValueExists
error result to be returned.
NoSuchAttribute
error result to be returned.
add
modification ensures that
the attribute contains the specified attribute value, and a delete
modification ensures that the attribute does not contain the specified
attribute value.Modifier and Type | Field and Description |
---|---|
static ControlDecoder<PermissiveModifyRequestControl> |
DECODER
A decoder which can be used for decoding the Microsoft defined permissive
modify control.
|
getAPIValue, getOID, hasValue, isCritical
static final ControlDecoder<PermissiveModifyRequestControl> DECODER