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 |
protected List<String> |
authTenantIds
the ids of the authenticated tenants |
protected boolean |
isTenantCheckEnabled
If true then the process engine performs tenant checks to
ensure that the query only access data that belongs to one of the
authenticated tenant ids. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isTenantCheckEnabled
protected boolean isTenantCheckEnabled
- If
true 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
protected List<String> authTenantIds
- the ids of the authenticated tenants
TenantCheck
public TenantCheck()
isTenantCheckEnabled
public boolean isTenantCheckEnabled()
getIsTenantCheckEnabled
public boolean getIsTenantCheckEnabled()
- is used by myBatis
setTenantCheckEnabled
public void setTenantCheckEnabled(boolean isTenantCheckEnabled)
getAuthTenantIds
public List<String> getAuthTenantIds()
setAuthTenantIds
public void setAuthTenantIds(List<String> tenantIds)
Copyright © 2017 camunda services GmbH. All rights reserved.