|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirSyncControl.Flag | |
|---|---|
| org.ldaptive.ad.control | |
| org.ldaptive.ad.control.util | |
| Uses of DirSyncControl.Flag in org.ldaptive.ad.control |
|---|
| Methods in org.ldaptive.ad.control that return DirSyncControl.Flag | |
|---|---|
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. |
| Constructors in org.ldaptive.ad.control with parameters of type DirSyncControl.Flag | |
|---|---|
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. |
|
| Uses of DirSyncControl.Flag in org.ldaptive.ad.control.util |
|---|
| Constructors in org.ldaptive.ad.control.util with parameters of type DirSyncControl.Flag | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||