public interface AclClient
Modifier and Type | Method and Description |
---|---|
void |
delete()
This method deletes the access control list.
|
List<com.lexmark.saperion.administration.AclReferenceType> |
getACLs()
This method returns the ACLs currently set on the ACL.
|
com.lexmark.saperion.administration.AclType |
load()
This method loads the access control list.
|
void |
undelete()
This method un-deletes the access control list.
|
void |
update(com.lexmark.saperion.administration.AclPropertiesType properties)
This method updates the access control list with the given properties.
|
void delete() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredvoid undelete() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- indicates that a system exception occurredcom.lexmark.saperion.administration.AclType load() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.system.SystemException
- indicates that a system exception occurredcom.lexmark.saperion.exceptions.EcmException
void update(com.lexmark.saperion.administration.AclPropertiesType properties) throws com.lexmark.saperion.exceptions.EcmException
properties
- the new properties of the access control listcom.lexmark.saperion.exceptions.system.SystemException
- indicates that a system exception occurredcom.lexmark.saperion.exceptions.EcmException
List<com.lexmark.saperion.administration.AclReferenceType> getACLs() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
- when loading the ACLs failedCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.