Uses of Class
org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of MatchedValuesRequestControl in org.forgerock.opendj.ldap.controls
Modifier and TypeFieldDescriptionstatic final ControlDecoder<MatchedValuesRequestControl>
MatchedValuesRequestControl.DECODER
A decoder which can be used for decoding theMatchedValuesRequestControl
.Modifier and TypeMethodDescriptionstatic MatchedValuesRequestControl
MatchedValuesRequestControl.newControl
(boolean isCritical, String... filters) Creates a new matched values request control with the provided criticality and list of filters.static MatchedValuesRequestControl
MatchedValuesRequestControl.newControl
(boolean isCritical, Collection<Filter> filters) Creates a new matched values request control with the provided criticality and list of filters.