public class TenantCheck extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| protected List<String> | authTenantIdsthe ids of the authenticated tenants | 
| protected boolean | isTenantCheckEnabledIf  truethen the process engine performs tenant checks to
 ensure that the query only access data that belongs to one of the
 authenticated tenant ids. | 
| Constructor and Description | 
|---|
| TenantCheck() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getAuthTenantIds() | 
| boolean | getIsTenantCheckEnabled()is used by myBatis | 
| boolean | isTenantCheckEnabled() | 
| void | setAuthTenantIds(List<String> tenantIds) | 
| void | setTenantCheckEnabled(boolean isTenantCheckEnabled) | 
protected boolean isTenantCheckEnabled
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.Copyright © 2018. All rights reserved.