| Package | Description |
|---|---|
| net.tirasa.adsddl.ntsd | |
| net.tirasa.adsddl.ntsd.dacl | |
| net.tirasa.adsddl.ntsd.data |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AceFlag> |
ACE.getFlags()
Gets ACE flags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ACE.addFlag(AceFlag flag)
Adds ACE flag.
|
| Modifier and Type | Method and Description |
|---|---|
AceFlag |
AceAssertion.getExcludedFlag()
Gets single
AceFlag that stipulates an ACE must NOT contain it; may be null. |
AceFlag |
AceAssertion.getRequiredFlag()
Gets single
AceFlag that stipulates an ACE must contain it; may be null. |
| Constructor and Description |
|---|
AceAssertion(AceRights aceRight,
AceObjectFlags aceObjFlags,
java.lang.String objectType,
java.lang.String inheritedObjectType,
AceFlag requiredFlag,
AceFlag excludedFlag)
AceAssertion constructor
|
| Modifier and Type | Method and Description |
|---|---|
static AceFlag |
AceFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AceFlag[] |
AceFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<AceFlag> |
AceFlag.parseValue(byte value)
Parse byte value.
|
Copyright © 2015-2018 Tirasa. All Rights Reserved.