Uses of Class
org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Packages that use EntryChangeNotificationResponseControl Package Description org.forgerock.opendj.ldap.controls 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 EntryChangeNotificationResponseControl Modifier and Type Field Description static ControlDecoder<EntryChangeNotificationResponseControl>
EntryChangeNotificationResponseControl. DECODER
A decoder which can be used for decoding the entry change notification response control.Methods in org.forgerock.opendj.ldap.controls that return EntryChangeNotificationResponseControl Modifier and Type Method Description static EntryChangeNotificationResponseControl
EntryChangeNotificationResponseControl. 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.static EntryChangeNotificationResponseControl
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.
-