public class SecurityDescriptor
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SecurityDescriptor.Control |
| Constructor and Description |
|---|
SecurityDescriptor() |
SecurityDescriptor(java.util.Set<SecurityDescriptor.Control> control,
SID ownerSid,
SID groupSid,
ACL sacl,
ACL dacl) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SecurityDescriptor.Control> |
getControl() |
ACL |
getDacl() |
SID |
getGroupSid() |
SID |
getOwnerSid() |
ACL |
getSacl() |
static SecurityDescriptor |
read(SMBBuffer buffer) |
java.lang.String |
toString() |
void |
write(SMBBuffer buffer) |
public SecurityDescriptor()
public SecurityDescriptor(java.util.Set<SecurityDescriptor.Control> control, SID ownerSid, SID groupSid, ACL sacl, ACL dacl)
public void write(SMBBuffer buffer)
public static SecurityDescriptor read(SMBBuffer buffer) throws Buffer.BufferException
Buffer.BufferExceptionpublic java.util.Set<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