- Tenant - Interface in com.atlassian.tenancy.api
-
Unique identifier for a tenant on the server.
- TenantAccessor - Interface in com.atlassian.tenancy.api
-
Service for explicitly interacting with a server's tenants.
- TenantAccessors - Class in com.atlassian.tenancy.api.helper
-
Helper methods for performing bulk actions on tenants.
- TenantArrivedEvent - Class in com.atlassian.tenancy.api.event
-
Event that is published whenever a new tenant is installed on the instance.
- TenantArrivedEvent(Tenant) - Constructor for class com.atlassian.tenancy.api.event.TenantArrivedEvent
-
- TenantContext - Interface in com.atlassian.tenancy.api
-
Service for retrieving the tenant (if any) in the context of the application.
- TenantUnavailableException - Exception in com.atlassian.tenancy.api
-
Thrown when an operation is being performed for a tenant that is not, or is no longer installed
on the current server.
- TenantUnavailableException() - Constructor for exception com.atlassian.tenancy.api.TenantUnavailableException
-