public interface MatchedValuesRequestControl extends Control
The matched values request control supports a subset of the LDAP filter type defined in RFC 4511, and is defined as follows:
ValuesReturnFilter ::= SEQUENCE OF SimpleFilterItem SimpleFilterItem ::= CHOICE { equalityMatch [3] AttributeValueAssertion, substrings [4] SubstringFilter, greaterOrEqual [5] AttributeValueAssertion, lessOrEqual [6] AttributeValueAssertion, present [7] AttributeDescription, approxMatch [8] AttributeValueAssertion, extensibleMatch [9] SimpleMatchingAssertion } SimpleMatchingAssertion ::= SEQUENCE { matchingRule [1] MatchingRuleId OPTIONAL, type [2] AttributeDescription OPTIONAL, --- at least one of the above must be present matchValue [3] AssertionValue}
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<MatchedValuesRequestControl> |
DECODER
A decoder which can be used for decoding the matched values request
control.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Filter> |
getFilters()
Returns an unmodifiable collection containing the list of filters
associated with this matched values control.
|
getAPIValue, getDetails, getOID, hasValue, isCritical
static final ControlDecoder<MatchedValuesRequestControl> DECODER
java.util.Collection<Filter> getFilters()