Uses of Class
com.sas.lsaf.security.acl.AclEntry
-
Packages that use AclEntry Package Description com.sas.lsaf.security.acl Service and class definitions to create and manipulate ACLs. -
-
Uses of AclEntry in com.sas.lsaf.security.acl
Methods in com.sas.lsaf.security.acl that return types with arguments of type AclEntry Modifier and Type Method Description java.util.Set<AclEntry>
AbstractAcl. getEntries()
Gets the ACL entries for this ACL.Method parameters in com.sas.lsaf.security.acl with type arguments of type AclEntry Modifier and Type Method Description void
AbstractAcl. setEntries(java.util.Set<AclEntry> entries)
Sets the ACL entries for this acl
-