Modifier and Type | Field and Description |
---|---|
static String |
RMI_ACCESSSERVICE_APPLICATION_NAME
Name of the access-service application in the registry.
|
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 SAPERION AG. All rights reserved.