public class AccessManagement extends Object
rmi.accessservice.enabled=true.AccessManagement accessManagement = new AccessManagement.Config(connector).build();connector is an initialized and logged-on instance of the SaClassicConnector.| Modifier and Type | Class and Description |
|---|---|
static class |
AccessManagement.Config
Configuration for the AccessManagement.
|
public ACL create(ACL acl) throws AuthenticationException, BackendException
acl - the ACL to createAuthenticationException - not logged on or insufficient rightsBackendException - error when creating the new ACLpublic ACL update(ACL acl) throws AuthenticationException, BackendException
acl - the ACL with updated valuesAuthenticationException - not logged on or insufficient rightsBackendException - error when updating the ACLpublic void delete(String name) throws AuthenticationException, BackendException
name - the name of the ACL to deleteAuthenticationException - not logged on or insufficient rightsBackendException - error when deleting the ACLpublic ACL find(String name) throws AuthenticationException, BackendException
name - the name of the ACL to findAuthenticationException - not logged on or insufficient rightsBackendException - error when searching for the ACLCopyright © 2016 SAPERION AG. All rights reserved.