| Package | Description |
|---|---|
| net.tirasa.adsddl.ntsd | |
| net.tirasa.adsddl.ntsd.dacl | |
| net.tirasa.adsddl.ntsd.data |
| Modifier and Type | Method and Description |
|---|---|
AceRights |
ACE.getRights()
An ACCESS_MASK that specifies the user rights allowed by this ACE.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ACE.setRights(AceRights rights)
Sets ACE rights.
|
| Modifier and Type | Method and Description |
|---|---|
AceRights |
AceAssertion.getAceRight()
Gets the
AceRight specifying the right of this assertion. |
| 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 |
|---|---|
AceRights |
AceRights.addOjectRight(AceRights.ObjectRight right)
Adds standard ACE right.
|
static AceRights |
AceRights.parseValue(int value)
Parse ACE rights.
|
AceRights |
AceRights.setOthers(long others)
Sets custom/other rights.
|
Copyright © 2015-2018 Tirasa. All Rights Reserved.