| Package | Description |
|---|---|
| net.tirasa.adsddl.ntsd | |
| net.tirasa.adsddl.ntsd.dacl | |
| net.tirasa.adsddl.ntsd.data |
| Modifier and Type | Method and Description |
|---|---|
AceObjectFlags |
ACE.getObjectFlags()
A 32-bit unsigned integer that specifies a set of bit flags that indicate whether the ObjectType and
InheritedObjectType fields contain valid data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ACE.setObjectFlags(AceObjectFlags objectFlags)
Sets object flags.
|
| Modifier and Type | Method and Description |
|---|---|
AceObjectFlags |
AceAssertion.getObjectFlags()
Gets one or more
AceObjectFlags of the assertion, 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 |
|---|---|
AceObjectFlags |
AceObjectFlags.addFlag(AceObjectFlags.Flag flag)
Adds standard ACE object flag.
|
static AceObjectFlags |
AceObjectFlags.parseValue(int value)
Parse flags given as int value.
|
AceObjectFlags |
AceObjectFlags.setOthers(int others)
Sets custom/others ACE object flags.
|
Copyright © 2015-2018 Tirasa. All Rights Reserved.