| Package | Description | 
|---|---|
| sirius.biz.jdbc.storage | |
| sirius.biz.jdbc.tenants | |
| sirius.biz.web | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VirtualObject
Stores the metadata for an object managed by the  
Storage. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SQLTenantAware
Base class which marks subclasses as aware of their tenant they belong to. 
 | 
class  | 
UserAccount
Represents a user account which can log into the system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Tenants.assertTenantOrParentTenant(TenantAware tenantAware)
Checks if the tenant aware entity belongs to the current tenant or to its parent tenant. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
TenantAware.assertSameTenant(Supplier<String> fieldLabel,
                TenantAware other)
Asserts that the given object has the same tenant as this object. 
 | 
protected void | 
BizController.assertTenant(TenantAware tenantAware)
Ensures that the tenant of the current user matches the tenant of the given entity. 
 | 
Copyright © 2018. All rights reserved.