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 TheAbstractTenantFilterprovides common code for all tenant filters.PostSessionTenantFilter ThePostSessionTenantFilteris used to check access permission of current tenant to the logged in user.PreSessionTenantFilter ThePreSessionTenantFilteris responsible to set current tenant before database connection is created.TenantAware TenantConfigImpl The default implementation ofTenantConfiguses configuration provided from axelor-config.properties.TenantConfigProviderImpl The defaultTenantConfigProviderimplementation.TenantConnectionProvider The tenant connection provider.TenantModule A Guice module to provide multi-tenancy support.TenantResolver The tenant identifier resolver. -
Exception Summary Exception Description TenantNotFoundException