| Package | Description |
|---|---|
| org.apache.directory.api.ldap.extras.controls.ad |
| Modifier and Type | Field and Description |
|---|---|
private Set<AdDirSyncResponseFlag> |
AdDirSyncResponseImpl.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 AdDirSyncResponseFlag |
AdDirSyncResponseFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdDirSyncResponseFlag[] |
AdDirSyncResponseFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AdDirSyncResponseFlag> |
AdDirSyncResponse.getFlags() |
Set<AdDirSyncResponseFlag> |
AdDirSyncResponseImpl.getFlags() |
static Set<AdDirSyncResponseFlag> |
AdDirSyncResponseFlag.getFlags(int value)
Get back the combination of flags associated with a given value
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdDirSyncResponse.addFlag(AdDirSyncResponseFlag flag) |
void |
AdDirSyncResponseImpl.addFlag(AdDirSyncResponseFlag flag) |
void |
AdDirSyncResponse.removeFlag(AdDirSyncResponseFlag flag) |
void |
AdDirSyncResponseImpl.removeFlag(AdDirSyncResponseFlag flag) |
| Modifier and Type | Method and Description |
|---|---|
static int |
AdDirSyncResponseFlag.getBitmask(Set<AdDirSyncResponseFlag> flags)
Get back the bitmask (as an integer) associated with the given flags
|
void |
AdDirSyncResponse.setFlags(Set<AdDirSyncResponseFlag> flags) |
void |
AdDirSyncResponseImpl.setFlags(Set<AdDirSyncResponseFlag> flags) |
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.