Uses of Class
com.sas.hls.security.acl.Acl

Packages that use Acl
com.sas.hls.security.acl Service and class definitions for manipulating and creating acls. 
 

Uses of Acl in com.sas.hls.security.acl
 

Subclasses of Acl in com.sas.hls.security.acl
 class AclContainer
          A data object that contains owner and access permission information for a container.
 

Methods in com.sas.hls.security.acl that return Acl
 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
 

Methods in com.sas.hls.security.acl with parameters of type Acl
 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) 2013, SAS Institute Inc., Cary, NC, USA