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>
authTenantIds
the ids of the authenticated tenantsprotected boolean
isTenantCheckEnabled
Iftrue
then 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()
boolean
getIsTenantCheckEnabled()
is used by myBatisboolean
isTenantCheckEnabled()
void
setAuthTenantIds(List<String> tenantIds)
void
setTenantCheckEnabled(boolean isTenantCheckEnabled)
-