Package com.axelor.db.tenants
-
Interface Summary Interface Description TenantConfig The contract to provide tenant connection settings.TenantConfigProvider The contract to provideTenantConfig
. -
Class Summary Class Description AbstractTenantFilter TheAbstractTenantFilter
provides common code for all tenant filters.PostSessionTenantFilter ThePostSessionTenantFilter
is used to check access permission of current tenant to the logged in user.PreSessionTenantFilter ThePreSessionTenantFilter
is responsible to set current tenant before database connection is created.TenantAware TenantConfigImpl The default implementation ofTenantConfig
uses configuration provided from axelor-config.properties.TenantConfigProviderImpl The defaultTenantConfigProvider
implementation.TenantConnectionProvider The tenant connection provider.TenantModule A Guice module to provide multi-tenancy support.TenantResolver The tenant identifier resolver. -
Exception Summary Exception Description TenantNotFoundException