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() |
String |
getDescription() |
Set<ACLMember> |
getMembers() |
String |
getName() |
int |
getTenantId() |
boolean |
isAllowSubstitute() |
void |
setAcl(ACL 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 ACLCopyright © 2016 SAPERION AG. All rights reserved.