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