public class DefaultACL extends Object implements ACL
Constructor and Description |
---|
DefaultACL(String name)
Creates a new empty ACL instance with the specified name.
|
Modifier and Type | Method and Description |
---|---|
ACL |
getAcl() |
List<ACL> |
getAclList()
Gets the acls that restrict the access to this acl.
|
String |
getDescription() |
Set<ACLMember> |
getMembers() |
String |
getName() |
int |
getTenantId() |
boolean |
isAllowSubstitute() |
void |
setAcl(ACL acl)
Sets an acl on this acl.
|
void |
setAclList(List<ACL> aclList)
Sets the acls that restrict the access to this acl.
|
void |
setAllowSubstitute(boolean allowSubstitute) |
void |
setDescription(String description) |
void |
setMembers(Set<ACLMember> members) |
void |
setTenantId(int tenantId) |
String |
toString() |
public DefaultACL(String name)
name
- the name of the new ACLpublic String getDescription()
getDescription
in interface ACL
public void setDescription(String description)
setDescription
in interface ACL
public int getTenantId()
getTenantId
in interface ACL
public void setTenantId(int tenantId)
setTenantId
in interface ACL
public boolean isAllowSubstitute()
isAllowSubstitute
in interface ACL
public void setAllowSubstitute(boolean allowSubstitute)
setAllowSubstitute
in interface ACL
public Set<ACLMember> getMembers()
getMembers
in interface ACL
public void setMembers(Set<ACLMember> members)
setMembers
in interface ACL
public void setAclList(List<ACL> aclList)
ACL
setAclList
in interface ACL
aclList
- the acls that restrict the access to this aclpublic List<ACL> getAclList()
ACL
getAclList
in interface ACL
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.