Uses of Class
org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
Packages that use MatchedValuesRequestControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of MatchedValuesRequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type MatchedValuesRequestControl Modifier and Type Field Description static ControlDecoder<MatchedValuesRequestControl>
MatchedValuesRequestControl. DECODER
A decoder which can be used for decoding the matched values request control.Methods in org.forgerock.opendj.ldap.controls that return MatchedValuesRequestControl Modifier and Type Method Description static 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.
-