Package org.camunda.bpm.engine.impl.db
Class TenantCheck
java.lang.Object
org.camunda.bpm.engine.impl.db.TenantCheck
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionthe ids of the authenticated tenantsprotected boolean
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
is used by myBatisboolean
void
setAuthTenantIds
(List<String> tenantIds) void
setTenantCheckEnabled
(boolean isTenantCheckEnabled)
-
Field Details
-
isTenantCheckEnabled
protected boolean isTenantCheckEnabledIftrue
then the process engine performs tenant checks to ensure that the query only access data that belongs to one of the authenticated tenant ids. -
authTenantIds
the ids of the authenticated tenants
-
-
Constructor Details
-
TenantCheck
public TenantCheck()
-
-
Method Details
-
isTenantCheckEnabled
public boolean isTenantCheckEnabled() -
getIsTenantCheckEnabled
public boolean getIsTenantCheckEnabled()is used by myBatis -
setTenantCheckEnabled
public void setTenantCheckEnabled(boolean isTenantCheckEnabled) -
getAuthTenantIds
-
setAuthTenantIds
-