|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PermissiveModifyRequestControl
The Microsoft defined permissive modify request control. The OID for this control is 1.2.840.113556.1.4.1413, and it does not have a value.
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.In other words, a modify request 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.
Field Summary | |
---|---|
static ControlDecoder<PermissiveModifyRequestControl> |
DECODER A decoder which can be used for decoding the Microsoft defined permissive modify control. |
Method Summary |
---|
Methods inherited from interface oracle.oud.controls.Control |
---|
getAPIValue, getOID, hasValue, isCritical |
Field Detail |
---|
static final ControlDecoder<PermissiveModifyRequestControl> DECODER
|
Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory 11g Release 2 (11.1.2.2.0) E38583-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |