public interface AclManagementServiceClient
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.administration.AclReferenceType |
createAcl(com.lexmark.saperion.administration.AclPropertiesType properties)
This method creates a new access control list with the given properties and returns a reference to it.
|
AclClient |
resolve(com.lexmark.saperion.administration.AclReferenceType reference)
This method returns an administration client for the access control list with the given reference.
|
AclClient |
resolveName(String aclName)
This method returns an administration client for the access control list with the given name.
|
SearchClient<com.lexmark.saperion.administration.AclListItemType> |
search()
This method returns a search client for searching access control lists.
|
SearchClient<com.lexmark.saperion.administration.AclListItemType> |
searchDeleted()
This method returns a search client for searching deleted access control lists.
|
AclClient resolve(com.lexmark.saperion.administration.AclReferenceType reference) throws com.lexmark.saperion.exceptions.EcmException
reference
- a reference to the access control list to administratecom.lexmark.saperion.exceptions.EcmException
AclClient resolveName(String aclName) throws com.lexmark.saperion.exceptions.EcmException
aclName
- the name of the access control list to administratecom.lexmark.saperion.exceptions.EcmException
SearchClient<com.lexmark.saperion.administration.AclListItemType> search() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
SearchClient<com.lexmark.saperion.administration.AclListItemType> searchDeleted() throws com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.administration.AclReferenceType createAcl(com.lexmark.saperion.administration.AclPropertiesType properties) throws com.lexmark.saperion.exceptions.EcmException
properties
- the properties of the new access control listcom.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.