| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.controls.ad |
| Modifier and Type | Field and Description |
|---|---|
private Set<AdDirSyncFlag> |
AdDirSyncImpl.flags
Flags used to control return values (client-to-server) or indicate that there are more data to return (server-to-client)
|
| Modifier and Type | Method and Description |
|---|---|
static AdDirSyncFlag |
AdDirSyncFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdDirSyncFlag[] |
AdDirSyncFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AdDirSyncFlag> |
AdDirSyncImpl.getFlags() |
Set<AdDirSyncFlag> |
AdDirSync.getFlags() |
static Set<AdDirSyncFlag> |
AdDirSyncFlag.getFlags(int value)
Get back the combination of flags associated with a given value
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdDirSyncImpl.addFlag(AdDirSyncFlag flag) |
void |
AdDirSync.addFlag(AdDirSyncFlag flag) |
void |
AdDirSyncImpl.removeFlag(AdDirSyncFlag flag) |
void |
AdDirSync.removeFlag(AdDirSyncFlag flag) |
| Modifier and Type | Method and Description |
|---|---|
static int |
AdDirSyncFlag.getBitmask(Set<AdDirSyncFlag> flags)
Get back the bitmask (as an integer) associated with the given flags
|
void |
AdDirSyncImpl.setFlags(Set<AdDirSyncFlag> flags) |
void |
AdDirSync.setFlags(Set<AdDirSyncFlag> flags) |
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.