Uses of Class
com.sas.lsaf.security.acl.DefaultAcl
-
Packages that use DefaultAcl Package Description com.sas.lsaf.security.acl Service and class definitions to create and manipulate ACLs. -
-
Uses of DefaultAcl in com.sas.lsaf.security.acl
Methods in com.sas.lsaf.security.acl that return DefaultAcl Modifier and Type Method Description DefaultAcl
AclService. getDefaultAcl(java.lang.String id)
Gets the default ACL for the repository container with the specified id.DefaultAcl
AclService. updateDefaultAcl(DefaultAcl defaultAcl)
Updates the default ACL of the repository container with the specified identifier.Methods in com.sas.lsaf.security.acl with parameters of type DefaultAcl Modifier and Type Method Description DefaultAcl
AclService. updateDefaultAcl(DefaultAcl defaultAcl)
Updates the default ACL of the repository container with the specified identifier.
-