Package org.camunda.bpm.engine.identity
Interface Tenant
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TenantEntity
public interface Tenant extends Serializable
Represents a tenant, used inIdentityService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()StringgetName()voidsetId(String id)voidsetName(String name)
-