public class SDDL
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
Logger.
|
| Constructor and Description |
|---|
SDDL(byte[] src)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getControlFlags()
Gets control.
|
ACL |
getDacl()
Gets DACL.
|
SID |
getGroup()
Gets group.
|
SID |
getOwner()
Gets owner.
|
byte |
getRevision()
Get revison.
|
ACL |
getSacl()
Gets SACL.
|
int |
getSize()
Gets size in terms of number of bytes.
|
int |
hashCode() |
byte[] |
toByteArray()
Serializes SDDL as byte array.
|
java.lang.String |
toString()
Serializes SDDL as string.
|
public SDDL(byte[] src)
src - source as byte array.public int getSize()
public byte getRevision()
public byte[] getControlFlags()
public SID getOwner()
public SID getGroup()
public ACL getDacl()
public ACL getSacl()
public byte[] toByteArray()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2015-2018 Tirasa. All Rights Reserved.