public class SecurityDescriptor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityDescriptor.Control |
| Constructor and Description |
|---|
SecurityDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<SecurityDescriptor.Control> |
getControl() |
ACL |
getDacl() |
SID |
getGroupSid() |
SID |
getOwnerSid() |
ACL |
getSacl() |
void |
read(SMBBuffer buffer) |
java.lang.String |
toString() |
void |
write(SMBBuffer buffer) |
public void write(SMBBuffer buffer)
public void read(SMBBuffer buffer) throws Buffer.BufferException
Buffer.BufferExceptionpublic java.util.EnumSet<SecurityDescriptor.Control> getControl()
public SID getOwnerSid()
public SID getGroupSid()
public ACL getSacl()
public ACL getDacl()
public java.lang.String toString()
toString in class java.lang.Object