Modifier and Type | Method and Description |
---|---|
ACL |
AccessService.create(int token,
ACL acl)
Creates a new ACL.
|
ACL |
AccessService.find(int token,
String name)
Finds an existing ACL by it's name.
|
ACL |
ACL.getAcl()
Deprecated.
use
getAclList() instead |
ACL |
AccessService.update(int token,
ACL acl)
Updates an existing ACL.
|
Modifier and Type | Method and Description |
---|---|
List<ACL> |
ACL.getAclList()
Gets the acls that restrict the access to this acl.
|
Modifier and Type | Method and Description |
---|---|
ACL |
AccessService.create(int token,
ACL acl)
Creates a new ACL.
|
void |
ACL.setAcl(ACL acl)
Deprecated.
use
setAclList(List) instead |
ACL |
AccessService.update(int token,
ACL acl)
Updates an existing ACL.
|
Modifier and Type | Method and Description |
---|---|
void |
ACL.setAclList(List<ACL> aclList)
Sets the acls that restrict the access to this acl.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultACL |
Modifier and Type | Method and Description |
---|---|
ACL |
DefaultACL.getAcl() |
Modifier and Type | Method and Description |
---|---|
List<ACL> |
DefaultACL.getAclList() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultACL.setAcl(ACL acl) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultACL.setAclList(List<ACL> aclList) |
Modifier and Type | Method and Description |
---|---|
ACL |
AccessManagement.create(ACL acl)
Creates a new ACL.
|
ACL |
AccessManagement.find(String name)
Finds the ACL with the specified name.
|
ACL |
AccessManagement.update(ACL acl)
Updates an existing ACL.
|
Modifier and Type | Method and Description |
---|---|
ACL |
AccessManagement.create(ACL acl)
Creates a new ACL.
|
ACL |
AccessManagement.update(ACL acl)
Updates an existing ACL.
|
Modifier and Type | Method and Description |
---|---|
List<ACL> |
User.getAclList()
Gets the acls that restrict the access to this user.
|
List<ACL> |
Role.getAclList()
Gets the acls that restrict the access to this role.
|
List<ACL> |
Group.getAclList()
Gets the acls that restrict the access to this group.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setAclList(List<ACL> aclList)
Sets the acls that restrict the access to this user.
|
void |
Role.setAclList(List<ACL> aclList)
Sets the acls that restrict the access to this role.
|
void |
Group.setAclList(List<ACL> aclList)
Sets the acls that restrict the access to this group.
|
Modifier and Type | Method and Description |
---|---|
List<ACL> |
LazyUser.getAclList() |
List<ACL> |
LazyGroup.getAclList() |
List<ACL> |
DefaultUser.getAclList() |
List<ACL> |
DefaultRole.getAclList() |
List<ACL> |
DefaultGroup.getAclList() |
Modifier and Type | Method and Description |
---|---|
void |
LazyUser.setAclList(List<ACL> aclList) |
void |
LazyGroup.setAclList(List<ACL> aclList) |
void |
DefaultUser.setAclList(List<ACL> aclList) |
void |
DefaultRole.setAclList(List<ACL> aclList) |
void |
DefaultGroup.setAclList(List<ACL> aclList) |
Modifier and Type | Method and Description |
---|---|
List<ACL> |
WrappedUser.getAclList() |
List<ACL> |
WrappedGroup.getAclList() |
Modifier and Type | Method and Description |
---|---|
void |
WrappedUser.setAclList(List<ACL> aclList) |
void |
WrappedGroup.setAclList(List<ACL> aclList) |
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.