Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


oracle.oud.controls
Interface PermissiveModifyRequestControl

All Superinterfaces:
Control

public interface PermissiveModifyRequestControl
extends Control

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:

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

DECODER

static final ControlDecoder<PermissiveModifyRequestControl> DECODER
A decoder which can be used for decoding the Microsoft defined permissive modify control.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Unified Directory
11g Release 2 (11.1.2.2.0)

E38583-02


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.