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 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
Copyright © 2016 SAPERION AG. All rights reserved.