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 AssertionRequestControl

All Superinterfaces:
Control

public interface AssertionRequestControl
extends Control

The assertion request control as defined in RFC 4528. The Assertion control allows a client to specify that a directory operation should only be processed if an assertion applied to the target entry of the operation is true. It can be used to construct "test and set", "test and clear", and other conditional operations.

See Also:
RFC 4528 - Lightweight Directory Access Protocol (LDAP) Assertion Control

Field Summary
static ControlDecoder<AssertionRequestControl> DECODER
          A decoder which can be used for decoding the LDAP assertion request control.

 

Method Summary
 Filter getFilter()
          Returns the assertion filter.

 

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

 

Field Detail

DECODER

static final ControlDecoder<AssertionRequestControl> DECODER
A decoder which can be used for decoding the LDAP assertion request control.

Method Detail

getFilter

Filter getFilter()
Returns the assertion filter.
Returns:
The assertion filter.

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.