org.camunda.bpm.engine.identity
Interface Tenant

All Superinterfaces:
Serializable
All Known Implementing Classes:
TenantEntity

public interface Tenant
extends Serializable

Represents a tenant, used in IdentityService.


Method Summary
 String getId()
           
 String getName()
           
 void setId(String id)
           
 void setName(String name)
           
 

Method Detail

getId

String getId()
Returns:
the id of the tenant

setId

void setId(String id)

getName

String getName()
Returns:
the name of the tenant

setName

void setName(String name)


Copyright © 2017 camunda services GmbH. All rights reserved.