org.camunda.bpm.engine.impl.db
Class TenantCheck

java.lang.Object
  extended by 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.
 
Constructor Summary
TenantCheck()
           
 
Method Summary
 List<String> getAuthTenantIds()
           
 boolean getIsTenantCheckEnabled()
          is used by myBatis
 boolean isTenantCheckEnabled()
           
 void setAuthTenantIds(List<String> tenantIds)
           
 void setTenantCheckEnabled(boolean isTenantCheckEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

TenantCheck

public TenantCheck()
Method Detail

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 © 2016 camunda services GmbH. All rights reserved.