| Package | Description |
|---|---|
| net.tirasa.adsddl.ntsd | |
| net.tirasa.adsddl.ntsd.dacl |
| Modifier and Type | Method and Description |
|---|---|
SID |
SID.addSubAuthority(byte[] sub)
Adds sub-authority:a principal relative to the IdentifierAuthority.
|
SID |
SDDL.getGroup()
Gets group.
|
SID |
SDDL.getOwner()
Gets owner.
|
SID |
ACE.getSid()
The SID of a trustee.
|
static SID |
SID.newInstance(byte[] identifier)
Instances a new SID with the given identifier authority.
|
static SID |
SID.parse(byte[] src)
Instances a SID instance of the given byte array.
|
SID |
SID.setIdentifierAuthority(byte[] identifierAuthority)
Sets idetifier authority: 6 bytes describing the entity that created the SID.
|
SID |
SID.setRevision(byte revision)
Sets revision level of the SID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ACE.setSid(SID sid)
Sets the SID of a trustee.
|
| Modifier and Type | Method and Description |
|---|---|
SID |
AdRoleAssertion.getPrincipal()
Gets the SID of the principal
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SID> |
AdRoleAssertion.getTokenGroups()
Gets the token group SIDs of the principal, may be null
|
| Constructor and Description |
|---|
AdRoleAssertion(java.util.List<AceAssertion> assertions,
SID principal,
boolean isGroup,
java.util.List<SID> tokenGroups)
AdRoleAssertion constructor.
|
DomainJoinRoleAssertion(SID principal,
boolean isGroup,
java.util.List<SID> tokenGroups)
DomainJoinRoleAssertion constructor
|
| Constructor and Description |
|---|
AdRoleAssertion(java.util.List<AceAssertion> assertions,
SID principal,
boolean isGroup,
java.util.List<SID> tokenGroups)
AdRoleAssertion constructor.
|
DomainJoinRoleAssertion(SID principal,
boolean isGroup,
java.util.List<SID> tokenGroups)
DomainJoinRoleAssertion constructor
|
Copyright © 2015-2018 Tirasa. All Rights Reserved.