Package | Description |
---|---|
com.saperion.jcs.modules.acl.api | |
com.saperion.jcs.modules.acl.api.internal | |
com.saperion.jcs.modules.acl.connector |
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() |
ACL |
AccessService.update(int token,
ACL acl)
Updates an existing ACL.
|
Modifier and Type | Method and Description |
---|---|
ACL |
AccessService.create(int token,
ACL acl)
Creates a new ACL.
|
void |
ACL.setAcl(ACL acl) |
ACL |
AccessService.update(int token,
ACL acl)
Updates an existing ACL.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultACL |
Modifier and Type | Method and Description |
---|---|
ACL |
DefaultACL.getAcl() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultACL.setAcl(ACL acl) |
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.
|
Copyright © 2016 SAPERION AG. All rights reserved.