| Interface | Description |
|---|---|
| TenantConfig |
The contract to provide tenant connection settings.
|
| TenantConfigProvider |
The contract to provide
TenantConfig. |
| Class | Description |
|---|---|
| AbstractTenantFilter |
The
AbstractTenantFilter provides common code for all tenant filters. |
| PostSessionTenantFilter |
The
PostSessionTenantFilter is used to check access permission of current tenant to the
logged in user. |
| PreSessionTenantFilter |
The
PreSessionTenantFilter is responsible to set current tenant before database
connection is created. |
| TenantConnectionProvider |
The tenant connection provider.
|
| TenantModule |
A Guice module to provide multi-tenancy support.
|
| TenantResolver |
The tenant identifier resolver.
|
| Exception | Description |
|---|---|
| TenantNotFoundException |