public class AclContainer extends Acl
AclContainerSecurable
. Like an Acl, each AclContainer has an owner
and a set of AclEntry
objects. AclContainers also have a default acl which specifies the default permissions
for new objects added to that container. By default, owner field on the defaultAcl is null which indicates when an
object is added to the container, the creator is the owner. If the owner is non-null, the owner specified will be the
owner of all added objectsConstructor and Description |
---|
AclContainer()
Zero-arg AclContainer constructor
|
Modifier and Type | Method and Description |
---|---|
Acl |
getDefaultAcl()
Gets the default acl for this aclContainer
|
void |
setDefaultAcl(Acl defaultAcl)
Sets the default acl for this aclContainer
|
String |
toString()
Return a string representation of the object.
|
getEntries, getOwner, getOwningObjectIdentity, setAce, setEntries, setOwner, setOwningObjectIdentity
public Acl getDefaultAcl()
public void setDefaultAcl(Acl defaultAcl)
defaultAcl
- default acl for this aclContainerpublic String toString()
toString
in class Acl
Object.toString()
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA