Package | Description |
---|---|
org.alfresco.jlan.smb.nt |
Modifier and Type | Method and Description |
---|---|
ACL |
SecurityDescriptor.getDACL()
Return the discretionary ACL
|
ACL |
SecurityDescriptor.getSACL()
Return the system ACL
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityDescriptor.setDACL(ACL acl)
Set the discretionary ACL
|
void |
SecurityDescriptor.setSACL(ACL acl)
Set the system ACL
|
Constructor and Description |
---|
SecurityDescriptor(String name,
int type,
SID owner,
SID group,
ACL dacl,
ACL sacl)
Class constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.