Class AclClientImpl
java.lang.Object
com.lexmark.saperion.client.implementation.administration.AclClientImpl
- All Implemented Interfaces:
AclClient
This is the default implementation of
AclClient
.- Author:
- tfrisch
-
Constructor Summary
ConstructorsConstructorDescriptionAclClientImpl
(com.lexmark.saperion.administration.AclManagementService aclManagementService, com.lexmark.saperion.administration.AclReferenceType reference) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
AclClientImpl
public AclClientImpl(com.lexmark.saperion.administration.AclManagementService aclManagementService, com.lexmark.saperion.administration.AclReferenceType reference)
-
-
Method Details
-
delete
public void delete() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:AclClient
This method deletes the access control list. -
undelete
public void undelete() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:AclClient
This method un-deletes the access control list. -
load
public com.lexmark.saperion.administration.AclType load() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:AclClient
This method loads the access control list. -
update
public void update(com.lexmark.saperion.administration.AclPropertiesType properties) throws com.lexmark.saperion.exceptions.EcmException Description copied from interface:AclClient
This method updates the access control list with the given properties. -
getACLs
public List<com.lexmark.saperion.administration.AclReferenceType> getACLs() throws com.lexmark.saperion.exceptions.EcmExceptionDescription copied from interface:AclClient
This method returns the ACLs currently set on the ACL.
-