public interface TenantManagementClient extends SearchClient<TenantListItemType>
| Modifier and Type | Method and Description |
|---|---|
TenantReferenceType |
createTenant(String name,
String adminPassword)
This method creates a new tenant with the given name and returns a reference to the new tenant.
|
TenantReferenceType |
createTenant(String name,
String description,
String adminPassword)
This method creates a new tenant with the given name and description and returns a reference to the new tenant.
|
TenantClient |
resolve(TenantReferenceType reference)
This method returns a client capable to administrate the tenant with the given reference.
|
TenantClient |
resolveName(String tenantName)
This method returns a client capable to administrate the tenant with the given name.
|
SearchClient<TenantListItemType> |
searchDeleted()
This method returns a new
SearchClient that can be used to search for deleted tenants. |
exists, list, list, list, list, list, list, list, page, page, uniqueResultsearchTenantClient resolve(TenantReferenceType reference) throws EcmException
reference - a reference to the tenant to administrateEcmExceptionTenantClient resolveName(String tenantName) throws EcmException
tenantName - the name of the tenant to administrateEcmExceptionTenantReferenceType createTenant(String name, String description, String adminPassword) throws EcmException
name - the name of the tenantdescription - a description of the tenantadminPassword - the password for the tenant-administratorEcmException - indicates that a system exception occurredTenantReferenceType createTenant(String name, String adminPassword) throws EcmException
name - the name of the tenantadminPassword - the password for the tenant-administratorEcmException - indicates that a system exception occurredSearchClient<TenantListItemType> searchDeleted()
SearchClient that can be used to search for deleted tenants.Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.