Package | Description |
---|---|
com.sas.hls.security.acl |
Service and class definitions for manipulating and creating acls.
|
Modifier and Type | Class and Description |
---|---|
class |
AclContainer
A data object that contains owner and access permission information for a container.
|
Modifier and Type | Method and Description |
---|---|
Acl |
AclService.getAcl(AclSecurable aclSecurable)
Gets the acl for the object.
|
Acl |
AclContainer.getDefaultAcl()
Gets the default acl for this aclContainer
|
Acl |
AclService.updateAcl(AclSecurable aclSecurable,
Acl acl)
Updates the specified object with the acl
|
Modifier and Type | Method and Description |
---|---|
void |
AclContainer.setDefaultAcl(Acl defaultAcl)
Sets the default acl for this aclContainer
|
Acl |
AclService.updateAcl(AclSecurable aclSecurable,
Acl acl)
Updates the specified object with the acl
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA