Uses of Class
org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of PersistentSearchRequestControl in org.forgerock.opendj.ldap.controls
Modifier and TypeFieldDescriptionstatic final ControlDecoder<PersistentSearchRequestControl>
PersistentSearchRequestControl.DECODER
A decoder which can be used for decoding thePersistentSearchRequestControl
.Modifier and TypeMethodDescriptionPersistentSearchRequestControl.newControl
(boolean isCritical, boolean changesOnly, boolean returnEntryChangeNotificationControl, Collection<PersistentSearchChangeType> changeTypes) Creates a new persistent search request control.PersistentSearchRequestControl.newControl
(boolean isCritical, boolean changesOnly, boolean returnEntryChangeNotificationControl, PersistentSearchChangeType... changeTypes) Creates a new persistent search request control.