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 administrateEcmException
AclClient resolveName(String aclName) throws EcmException
aclName
- the name of the access control list to administrateEcmException
SearchClient<AclListItemType> search() throws EcmException
EcmException
SearchClient<AclListItemType> searchDeleted() throws EcmException
EcmException
AclReferenceType createAcl(AclPropertiesType properties) throws EcmException
properties
- the properties of the new access control listEcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.