Package | Description |
---|---|
org.ldaptive.ad.control | |
org.ldaptive.ad.control.util |
Modifier and Type | Method and Description |
---|---|
static DirSyncControl.Flag |
DirSyncControl.Flag.valueOf(long l)
Returns the flag for the supplied integer constant.
|
static DirSyncControl.Flag |
DirSyncControl.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirSyncControl.Flag[] |
DirSyncControl.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DirSyncControl(DirSyncControl.Flag[] f)
Creates a new dir sync control.
|
DirSyncControl(DirSyncControl.Flag[] f,
boolean critical)
Creates a new dir sync control.
|
DirSyncControl(DirSyncControl.Flag[] f,
byte[] value,
boolean critical)
Creates a new dir sync control.
|
DirSyncControl(DirSyncControl.Flag[] f,
byte[] value,
int count,
boolean critical)
Creates a new dir sync control.
|
DirSyncControl(DirSyncControl.Flag[] f,
int count)
Creates a new dir sync control.
|
DirSyncControl(DirSyncControl.Flag[] f,
int count,
boolean critical)
Creates a new dir sync control.
|
Modifier and Type | Field and Description |
---|---|
private DirSyncControl.Flag[] |
DirSyncClient.dirSyncFlags
DirSync flags.
|
Constructor and Description |
---|
DirSyncClient(Connection conn,
DirSyncControl.Flag[] dsFlags)
Creates a new dir sync client.
|
DirSyncClient(Connection conn,
DirSyncControl.Flag[] dsFlags,
int count)
Creates a new dir sync client.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.