public interface TenantLookupService
Provides lookup services for tenant information.
Modifier and Type | Method and Description |
---|---|
String |
getTenantIdByName(String tenantName)
Returns the tenant id for the specified tenant name.
|
String |
getTenantNameById(String tenantId)
Returns the tenant name for the specified tenant ID.
|
String getTenantIdByName(String tenantName)
Returns the tenant id for the specified tenant name.
tenantName
- the name of the tenant to return its idIllegalArgumentException
- if the tenant could not be foundString getTenantNameById(String tenantId)
Returns the tenant name for the specified tenant ID.
tenantId
- the id of the tenant to return its nameIllegalArgumentException
- if the tenant could not be foundCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.