public class AclManagementServiceClientImpl extends Object implements AclManagementServiceClient
AclManagementServiceClient.| Constructor and Description |
|---|
AclManagementServiceClientImpl(AclManagementService aclManagementService) |
| 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.
|
public AclManagementServiceClientImpl(AclManagementService aclManagementService)
public AclClient resolve(AclReferenceType reference) throws EcmException
AclManagementServiceClientresolve in interface AclManagementServiceClientreference - a reference to the access control list to administrateEcmExceptionpublic AclClient resolveName(String aclName) throws EcmException
AclManagementServiceClientresolveName in interface AclManagementServiceClientaclName - the name of the access control list to administrateEcmExceptionpublic SearchClient<AclListItemType> search() throws EcmException
AclManagementServiceClientsearch in interface AclManagementServiceClientEcmExceptionpublic SearchClient<AclListItemType> searchDeleted() throws EcmException
AclManagementServiceClientsearchDeleted in interface AclManagementServiceClientEcmExceptionpublic AclReferenceType createAcl(AclPropertiesType properties) throws EcmException
AclManagementServiceClientcreateAcl in interface AclManagementServiceClientproperties - the properties of the new access control listEcmExceptionCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.