public interface MultiTenancyFactory
Modifier and Type | Method and Description |
---|---|
Tenant |
createTenant(TenantId tenantId,
String tenantName)
Create a tenant object.
|
TenantId |
createTenantId(String id)
Create a tenant id with the given string id
|
Tenant createTenant(TenantId tenantId, String tenantName)
tenantId
- - id for the tenant to be created. The id must be unique.tenantName
- - display name for the tenant to be created Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.