public class TenantCheck extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
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 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 © 2020. All rights reserved.