Uses of Class
org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of EntryChangeNotificationResponseControl in org.forgerock.opendj.ldap.controls
Modifier and TypeFieldDescriptionstatic final ControlDecoder<EntryChangeNotificationResponseControl>
EntryChangeNotificationResponseControl.DECODER
A decoder which can be used for decoding theEntryChangeNotificationResponseControl
.Modifier and TypeMethodDescriptionEntryChangeNotificationResponseControl.newControl
(PersistentSearchChangeType type, String previousName, long changeNumber) Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.EntryChangeNotificationResponseControl.newControl
(PersistentSearchChangeType type, Dn previousName, long changeNumber) Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.