Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<MatchedValuesRequestControl> |
MatchedValuesRequestControl.DECODER
A decoder which can be used for decoding the matched values request control.
|
Modifier and Type | Method and Description |
---|---|
static MatchedValuesRequestControl |
MatchedValuesRequestControl.newControl(boolean isCritical,
Collection<Filter> filters)
Creates a new matched values request control with the provided
criticality and list of filters.
|
static MatchedValuesRequestControl |
MatchedValuesRequestControl.newControl(boolean isCritical,
String... filters)
Creates a new matched values request control with the provided
criticality and list of filters.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.