Package | Description |
---|---|
org.ldaptive.control | |
org.ldaptive.control.util |
Modifier and Type | Field and Description |
---|---|
private PersistentSearchChangeType |
EntryChangeNotificationControl.changeType
change type.
|
Modifier and Type | Field and Description |
---|---|
private EnumSet<PersistentSearchChangeType> |
PersistentSearchRequestControl.changeTypes
persistent search change types.
|
Modifier and Type | Method and Description |
---|---|
PersistentSearchChangeType |
EntryChangeNotificationControl.getChangeType()
Returns the change type.
|
static PersistentSearchChangeType |
PersistentSearchChangeType.valueOf(int i)
Returns the persistent search change type for the supplied integer constant.
|
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 |
---|---|
EnumSet<PersistentSearchChangeType> |
PersistentSearchRequestControl.getChangeTypes()
Returns the persistent search change types.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryChangeNotificationControl.setChangeType(PersistentSearchChangeType type)
Sets the change type.
|
Modifier and Type | Method and Description |
---|---|
void |
PersistentSearchRequestControl.setChangeTypes(EnumSet<PersistentSearchChangeType> types)
Sets the persistent search change types.
|
Constructor and Description |
---|
EntryChangeNotificationControl(PersistentSearchChangeType type)
Creates a new entry change notification control.
|
EntryChangeNotificationControl(PersistentSearchChangeType type,
boolean critical)
Creates a new entry change notification control.
|
EntryChangeNotificationControl(PersistentSearchChangeType type,
String dn,
long number)
Creates a new entry change notification control.
|
EntryChangeNotificationControl(PersistentSearchChangeType type,
String dn,
long number,
boolean critical)
Creates a new entry change notification control.
|
Constructor and Description |
---|
PersistentSearchRequestControl(EnumSet<PersistentSearchChangeType> types)
Creates a new persistent search request control.
|
PersistentSearchRequestControl(EnumSet<PersistentSearchChangeType> types,
boolean critical)
Creates a new persistent search request control.
|
PersistentSearchRequestControl(EnumSet<PersistentSearchChangeType> types,
boolean co,
boolean re)
Creates a new persistent search request control.
|
PersistentSearchRequestControl(EnumSet<PersistentSearchChangeType> types,
boolean co,
boolean re,
boolean critical)
Creates a new persistent search request control.
|
Modifier and Type | Field and Description |
---|---|
private EnumSet<PersistentSearchChangeType> |
PersistentSearchClient.changeTypes
Change types.
|
Constructor and Description |
---|
PersistentSearchClient(Connection conn,
EnumSet<PersistentSearchChangeType> types,
boolean co,
boolean re)
Creates a new persistent search client.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.