Uses of Class
org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Packages that use MatchedValuesRequestControl
Package
Description
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 MatchedValuesRequestControlModifier and TypeFieldDescriptionstatic final ControlDecoder<MatchedValuesRequestControl>MatchedValuesRequestControl.DECODERA decoder which can be used for decoding theMatchedValuesRequestControl.Methods in org.forgerock.opendj.ldap.controls that return MatchedValuesRequestControlModifier and TypeMethodDescriptionstatic MatchedValuesRequestControlMatchedValuesRequestControl.newControl(boolean isCritical, String... filters) Creates a new matched values request control with the provided criticality and list of filters.static MatchedValuesRequestControlMatchedValuesRequestControl.newControl(boolean isCritical, Collection<Filter> filters) Creates a new matched values request control with the provided criticality and list of filters.