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
LongRunningTask s to pass through the ThreadLocalTenantGate even though it's currently closed (vacant instance). |
SystemTenant |
Holder for the system tenant.
|
TenantedContainerContext |
A context containing tenanted resources.
|
TenantGate<T> | Deprecated
since 7.5 Use
TenantedProxyFactory and ThreadLocalTenantGate . |
TenantGateFilter |
Allows setting a permit for HTTP workers for the
ThreadLocalTenantGate 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–2020 Atlassian. All rights reserved.