| Interface | Description |
|---|---|
| TenantRegistry |
Relies on the tenant object's identity.
|
| TenantTicketCollector |
Simple way to check that the TenantGate is open, without having to jump through too many hoops.
|
| Class | Description |
|---|---|
| BroadcastingTenantRegistry |
Decorator for
TenantRegistry which publishes the events specified in the Atlassian Tenancy API. |
| DefaultTenantTicketCollector |
Ticket collector to check for when a tenant is present.
|
| OpenTenantGateLongRunningTask |
Allow
LongRunningTasks to pass through the TenantGate even though it's currently closed (vacant instance). |
| SystemTenant |
Holder for the system tenant.
|
| TenantedContainerContext |
A context containing tenanted resources.
|
| TenantGate |
Prevents access to tenanted beans in case of a vacant (zero tenancy) instance.
|
| TenantGateFilter |
Allows setting a permit for HTTP workers for the
TenantGate despite of its state. |
| VolatileSingleTenantRegistry |
Zero to one tenant registry.
|
| Enum | Description |
|---|---|
| DefaultTenantTicketCollector.TenantState |
| Exception | Description |
|---|---|
| VacantException |
Thrown when tenant-specific beans are accessed without a tenant.
|
Copyright © 2003–2019 Atlassian. All rights reserved.