public interface ACL extends Serializable
Modifier and Type | Method and Description |
---|---|
ACL |
getAcl()
Deprecated.
use
getAclList() instead |
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)
Deprecated.
use
setAclList(List) instead |
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 getName()
String getDescription()
void setDescription(String description)
@Deprecated ACL getAcl()
getAclList()
instead@Deprecated void setAcl(ACL acl)
setAclList(List)
insteadacl
- the acl to set on this aclint getTenantId()
void setTenantId(int tenantId)
boolean isAllowSubstitute()
void setAllowSubstitute(boolean allowSubstitute)
void setAclList(List<ACL> aclList)
aclList
- the acls that restrict the access to this aclCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.