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 String
getId()
String
getName()
void
setId(String id)
void
setName(String name)
-