Modifier and Type | Field and Description |
---|---|
static String |
RMI_ACCESSSERVICE_APPLICATION_NAME
Name of the access-service application in the registry.
|
Modifier and Type | Method and Description |
---|---|
ACL |
create(int token,
ACL acl)
Creates a new ACL.
|
void |
delete(int token,
String name)
Deletes an existing ACL.
|
ACL |
find(int token,
String name)
Finds an existing ACL by it's name.
|
ACL |
update(int token,
ACL acl)
Updates an existing ACL.
|
static final String RMI_ACCESSSERVICE_APPLICATION_NAME
ACL create(int token, ACL acl) throws RemoteException
token
- the current user's tokenacl
- the new ACL to createRemoteException
- backend error when creating the new ACLACL update(int token, ACL acl) throws RemoteException
token
- the current user's tokenacl
- the ACL to updateRemoteException
- backend error when creating the new ACLvoid delete(int token, String name) throws RemoteException
token
- the current user's tokenname
- the name of the ACL to deleteRemoteException
- backend error when deleting the ACLACL find(int token, String name) throws RemoteException
token
- the current user's tokenname
- the name to search for (case-sensitive!)RemoteException
- backend error when searching for the ACLCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.