| Interface | Description |
|---|---|
| JiraTenantAccessor |
Extension to the TenantAccessor allowing us to add tenants.
|
| JiraTenantContext |
The tenant context is used to track tenants
|
| TenancyCondition |
Allows you to check if the instance is tenant enabled or not.
|
| TenantInitialDataLoader |
If a tenant needs to load some initial data it should provide a loader.
|
| TenantManager |
Manages the tenant arrival used by InstantOn.
|
| TenantSetupRegistrar |
has registration methods for registering and unregistering TenantInitialDataLoader objects
|
| Class | Description |
|---|---|
| DefaultJiraTenantAccessor |
Implementation of TenantAccessor for InstantOn - only has a system tenant
|
| DefaultLandlordRequests |
This class is responsible for accepting Tenants - Currently in BTF mode we always have a tenant after setup -
|
| DefaultTenantManager | |
| JiraTenancyCondition |
Helper class to test if tenancy is enabled.
|
| JiraTenantContextImpl | |
| JiraTenantImpl |
Simple implementation of
Tenant interface, with a simple ID property. |
| PluginKeyPredicateLoader |
This class simply returns a PluginKeyPatternsPredicate for use by the 2 phase plugin system.
|
| TestPluginKeyPredicateLoader |
| Enum | Description |
|---|---|
| TenantAware |
An expression of how a multi-tenanted environment affects the behaviour of the annotated component.
|
| Annotation Type | Description |
|---|---|
| TenantInfo |
A marker interface for indicating whether or not a component data management (particularly any caches that it
uses) has been evaluated for its safe use in a multi-tenanted environment.
|
Copyright © 2002-2016 Atlassian. All Rights Reserved.