Package | Description |
---|---|
org.forgerock.opendj.ldap.controls |
Classes and interfaces for common LDAP controls.
|
Modifier and Type | Method and Description |
---|---|
PersistentSearchChangeType |
EntryChangeNotificationResponseControl.getChangeType()
Returns the change type for this entry change notification control.
|
static PersistentSearchChangeType |
PersistentSearchChangeType.valueOf(int value)
Returns the enum value that would return the provided argument value from its
PersistentSearchChangeType.intValue method. |
static PersistentSearchChangeType |
PersistentSearchChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistentSearchChangeType[] |
PersistentSearchChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<PersistentSearchChangeType> |
PersistentSearchRequestControl.getChangeTypes()
Returns an unmodifiable set containing the types of update operation for
which change notifications should be returned.
|
Modifier and Type | Method and Description |
---|---|
static PersistentSearchRequestControl |
PersistentSearchRequestControl.newControl(boolean isCritical,
boolean changesOnly,
boolean returnECs,
PersistentSearchChangeType... changeTypes)
Creates a new persistent search request control.
|
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.
|
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.
|
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.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.