Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<PersistentSearchRequestControl> |
PersistentSearchRequestControl.DECODER
A decoder which can be used for decoding the persistent search request control.
|
Modifier and Type | Method and Description |
---|---|
static PersistentSearchRequestControl |
PersistentSearchRequestControl.newControl(boolean isCritical,
boolean changesOnly,
boolean returnECs,
Collection<PersistentSearchChangeType> changeTypes)
Creates a new persistent search request control.
|
static PersistentSearchRequestControl |
PersistentSearchRequestControl.newControl(boolean isCritical,
boolean changesOnly,
boolean returnECs,
PersistentSearchChangeType... changeTypes)
Creates a new persistent search request control.
|
Copyright 2010-2022 ForgeRock AS.