Package | Description |
---|---|
org.ldaptive.control |
Modifier and Type | Field and Description |
---|---|
private SyncRequestControl.Mode |
SyncRequestControl.requestMode
request mode.
|
Modifier and Type | Method and Description |
---|---|
SyncRequestControl.Mode |
SyncRequestControl.getRequestMode()
Returns the request mode.
|
static SyncRequestControl.Mode |
SyncRequestControl.Mode.valueOf(int i)
Returns the mode for the supplied integer constant.
|
static SyncRequestControl.Mode |
SyncRequestControl.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncRequestControl.Mode[] |
SyncRequestControl.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SyncRequestControl.setRequestMode(SyncRequestControl.Mode mode)
Sets the request mode.
|
Constructor and Description |
---|
SyncRequestControl(SyncRequestControl.Mode mode)
Creates a new sync request control.
|
SyncRequestControl(SyncRequestControl.Mode mode,
boolean critical)
Creates a new sync request control.
|
SyncRequestControl(SyncRequestControl.Mode mode,
byte[] value,
boolean critical)
Creates a new sync request control.
|
SyncRequestControl(SyncRequestControl.Mode mode,
byte[] value,
boolean hint,
boolean critical)
Creates a new sync request control.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.