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 PostReadResponseControl

All Superinterfaces:
Control

public interface PostReadResponseControl
extends Control

The post-read response control as defined in RFC 4527. This control is returned by the server in response to a successful update operation which included a post-read request control. The control contains a Search Result Entry containing, subject to access controls and other constraints, values of the requested attributes.

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

Field Summary
static ControlDecoder<PostReadResponseControl> DECODER
          A decoder which can be used for decoding the post-read response control.

 

Method Summary
 Entry getEntry()
          Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately after the update operation was performed.

 

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

 

Field Detail

DECODER

static final ControlDecoder<PostReadResponseControl> DECODER
A decoder which can be used for decoding the post-read response control.

Method Detail

getEntry

Entry getEntry()
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately after the update operation was performed.
Returns:
The unmodifiable entry whose contents reflect the state of the updated entry immediately after the update operation was performed.

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.