Uses of Class
org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Packages that use EntryChangeNotificationResponseControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of EntryChangeNotificationResponseControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type EntryChangeNotificationResponseControlModifier and TypeFieldDescriptionstatic final ControlDecoder<EntryChangeNotificationResponseControl>
EntryChangeNotificationResponseControl.DECODER
A decoder which can be used for decoding theEntryChangeNotificationResponseControl
.Methods in org.forgerock.opendj.ldap.controls that return EntryChangeNotificationResponseControlModifier 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.