Package org.camunda.bpm.engine.impl.db
Class TenantCheck
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.TenantCheck
-
- All Implemented Interfaces:
Serializable
public class TenantCheck extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>authTenantIdsthe ids of the authenticated tenantsprotected booleanisTenantCheckEnabledIftruethen the process engine performs tenant checks to ensure that the query only access data that belongs to one of the authenticated tenant ids.
-
Constructor Summary
Constructors Constructor Description TenantCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAuthTenantIds()booleangetIsTenantCheckEnabled()is used by myBatisbooleanisTenantCheckEnabled()voidsetAuthTenantIds(List<String> tenantIds)voidsetTenantCheckEnabled(boolean isTenantCheckEnabled)
-