Interface TenantService
-
- All Known Implementing Classes:
DefaultTenantService,TestTenantService
public interface TenantServiceInterface for the tenant service.- Since:
- 4.0
- Spring Bean ID:
- tenantService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCurrentTenantId()
-
-
-
Method Detail
-
getCurrentTenantId
java.lang.String getCurrentTenantId()
- Returns:
- the tenant id from the current
Tenant
-
-