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 PreReadRequestControl

All Superinterfaces:
Control

public interface PreReadRequestControl
extends Control

The pre-read request control as defined in RFC 4527. This control allows the client to read the target entry of an update operation immediately before the modifications are applied. These reads are done as an atomic part of the update operation.

See Also:
PreReadResponseControl, RFC 4527 - Lightweight Directory Access Protocol (LDAP) Read Entry Controls

Field Summary
static ControlDecoder<PreReadRequestControl> DECODER
          A decoder which can be used for decoding the pre-read request control.

 

Method Summary
 java.util.Set<java.lang.String> getAttributes()
          Returns an unmodifiable set containing the names of attributes to be included with the response control.

 

Methods inherited from interface oracle.oud.controls.Control
getAPIValue, getOID, hasValue, isCritical

 

Field Detail

DECODER

static final ControlDecoder<PreReadRequestControl> DECODER
A decoder which can be used for decoding the pre-read request control.

Method Detail

getAttributes

java.util.Set<java.lang.String> getAttributes()
Returns an unmodifiable set containing the names of attributes to be included with the response control. Attributes that are sub-types of listed attributes are implicitly included. The returned set may be empty, indicating that all user attributes should be returned.
Returns:
An unmodifiable set containing the names of attributes to be included with the response 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.