public interface AclManagementServiceClient
| Modifier and Type | Method and Description |
|---|---|
AclReferenceType |
createAcl(AclPropertiesType properties)
This method creates a new access control list with the given properties and returns a reference to it.
|
AclClient |
resolve(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<AclListItemType> |
search()
This method returns a search client for searching access control lists.
|
SearchClient<AclListItemType> |
searchDeleted()
This method returns a search client for searching deleted access control lists.
|
AclClient resolve(AclReferenceType reference) throws EcmException
reference - a reference to the access control list to administrateEcmExceptionAclClient resolveName(String aclName) throws EcmException
aclName - the name of the access control list to administrateEcmExceptionSearchClient<AclListItemType> search() throws EcmException
EcmExceptionSearchClient<AclListItemType> searchDeleted() throws EcmException
EcmExceptionAclReferenceType createAcl(AclPropertiesType properties) throws EcmException
properties - the properties of the new access control listEcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.