public class ACL
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
ACL_REVISION |
static byte |
ACL_REVISION_DS |
| Constructor and Description |
|---|
ACL(byte revision,
java.util.List<ACE> aces) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ACE> |
getAces() |
byte |
getRevision() |
static ACL |
read(SMBBuffer buffer) |
void |
setRevision(byte revision) |
java.lang.String |
toString() |
void |
write(SMBBuffer buffer) |
public static final byte ACL_REVISION
public static final byte ACL_REVISION_DS
public ACL(byte revision,
java.util.List<ACE> aces)
public void write(SMBBuffer buffer)
public static ACL read(SMBBuffer buffer) throws Buffer.BufferException
Buffer.BufferExceptionpublic byte getRevision()
public void setRevision(byte revision)
public java.util.List<ACE> getAces()
public java.lang.String toString()
toString in class java.lang.Object