Skip navigation links
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
DECODER
static final ControlDecoder<AssertionRequestControl> DECODER
- A decoder which can be used for decoding the LDAP assertion request control.
getFilter
Filter getFilter()
- Returns the assertion filter.
-
- Returns:
- The assertion filter.
Skip navigation links
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.