public class TenantManagementClientImpl extends SearchClientImpl<TenantListItemType> implements TenantManagementClient
TenantManagementClient.| Constructor and Description |
|---|
TenantManagementClientImpl(TenantManagementService tenantManagementService) |
| 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, search, uniqueResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, list, list, list, list, list, list, list, page, page, uniqueResultsearchpublic TenantManagementClientImpl(TenantManagementService tenantManagementService)
public TenantClient resolve(TenantReferenceType reference) throws EcmException
TenantManagementClientresolve in interface TenantManagementClientreference - a reference to the tenant to administrateEcmExceptionpublic TenantClient resolveName(String tenantName) throws EcmException
TenantManagementClientresolveName in interface TenantManagementClienttenantName - the name of the tenant to administrateEcmExceptionpublic TenantReferenceType createTenant(String name, String description, String adminPassword) throws EcmException
TenantManagementClientcreateTenant in interface TenantManagementClientname - the name of the tenantdescription - a description of the tenantadminPassword - the password for the tenant-administratorEcmException - indicates that a system exception occurredpublic TenantReferenceType createTenant(String name, String adminPassword) throws EcmException
TenantManagementClientcreateTenant in interface TenantManagementClientname - the name of the tenantadminPassword - the password for the tenant-administratorEcmException - indicates that a system exception occurredpublic SearchClient<TenantListItemType> searchDeleted()
TenantManagementClientSearchClient that can be used to search for deleted tenants.searchDeleted in interface TenantManagementClientCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.