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 ACLpublic void setDescription(String description)
setDescription in interface ACLpublic int getTenantId()
getTenantId in interface ACLpublic void setTenantId(int tenantId)
setTenantId in interface ACLpublic boolean isAllowSubstitute()
isAllowSubstitute in interface ACLpublic void setAllowSubstitute(boolean allowSubstitute)
setAllowSubstitute in interface ACLpublic Set<ACLMember> getMembers()
getMembers in interface ACLpublic void setMembers(Set<ACLMember> members)
setMembers in interface ACLpublic void setAclList(List<ACL> aclList)
ACLsetAclList in interface ACLaclList - the acls that restrict the access to this aclpublic List<ACL> getAclList()
ACLgetAclList in interface ACLCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.