Package io.kestra.core.tenant
Class TenantService
java.lang.Object
io.kestra.core.tenant.TenantService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResolve the current tenant and return its identifier.
-
Constructor Details
-
TenantService
public TenantService()
-
-
Method Details
-
resolveTenant
Resolve the current tenant and return its identifier. If the tenant is the default tenant, it returns null, which is always the case on OSS as Tenant is an EE feature.- Returns:
- the current tenant identifier
-