Skip navigation links
A C D G I L O P R S T 

A

acceptTenant(String) - Method in interface com.atlassian.plugins.landlord.spi.LandlordRequests
Deprecated.
this should be implemented to have the effect of LandlordRequests.acceptTenant(String, Map) with second parameter empty.
acceptTenant(String, Map<String, String>) - Method in interface com.atlassian.plugins.landlord.spi.LandlordRequests
This method will be called by the landlord service when a new tenant is required to be accepted by the application.
afterPropertiesSet() - Method in class com.atlassian.plugins.landlord.service.LandlordHealthCheck.LifecycleAwareService
 
afterPropertiesSet() - Method in class com.atlassian.plugins.landlord.service.LandlordServiceImpl
 
afterPropertiesSet() - Method in class com.atlassian.plugins.landlord.service.PluginState
 

C

check() - Method in class com.atlassian.plugins.landlord.service.LandlordHealthCheck
 
com.atlassian.plugins.landlord.exception - package com.atlassian.plugins.landlord.exception
 
com.atlassian.plugins.landlord.rest - package com.atlassian.plugins.landlord.rest
 
com.atlassian.plugins.landlord.service - package com.atlassian.plugins.landlord.service
 
com.atlassian.plugins.landlord.servlet - package com.atlassian.plugins.landlord.servlet
 
com.atlassian.plugins.landlord.spi - package com.atlassian.plugins.landlord.spi
 
com.atlassian.plugins.landlord.util - package com.atlassian.plugins.landlord.util
 
createTenantFile(File, String, boolean) - Static method in class com.atlassian.plugins.landlord.util.TenantFileUtils
 
createTenantPropertiesFile(File, Properties, boolean) - Static method in class com.atlassian.plugins.landlord.util.TenantFileUtils
 

D

destroy() - Method in class com.atlassian.plugins.landlord.service.LandlordHealthCheck.LifecycleAwareService
This is received from Spring when we are getting destroyed.
destroy() - Method in class com.atlassian.plugins.landlord.service.LandlordServiceImpl
 
destroy() - Method in class com.atlassian.plugins.landlord.servlet.TenantHeaderFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.plugins.landlord.servlet.TenantHeaderFilter
 

G

getBaseUrlWithoutProtocol(String) - Static method in class com.atlassian.plugins.landlord.service.LandlordUtils
 
getId() - Method in class com.atlassian.plugins.landlord.rest.TenantModel
 
getTenantID() - Method in interface com.atlassian.plugins.landlord.service.LandlordService
This method will return the current tenant.
getTenantID() - Method in class com.atlassian.plugins.landlord.service.LandlordServiceImpl
 
getTenantIdFile(File) - Static method in class com.atlassian.plugins.landlord.service.LandlordUtils
 
getTenantPropertiesFile(File) - Static method in class com.atlassian.plugins.landlord.service.LandlordUtils
 
getTenantResponse() - Method in class com.atlassian.plugins.landlord.rest.LandlordREST
 
getTenants() - Method in interface com.atlassian.plugins.landlord.spi.LandlordRequests
This method will be called by the landlord service to determine what tenants have been accepted by the application

I

init(FilterConfig) - Method in class com.atlassian.plugins.landlord.servlet.TenantHeaderFilter
 
isHostAppReady() - Method in class com.atlassian.plugins.landlord.service.LandlordHealthCheck.LifecycleAwareService
 

L

LandlordHealthCheck - Class in com.atlassian.plugins.landlord.service
HealthCheck implementation for health plugin.
LandlordHealthCheck(LandlordHealthCheck.LifecycleAwareService, TenantAccessor) - Constructor for class com.atlassian.plugins.landlord.service.LandlordHealthCheck
 
LandlordHealthCheck.LifecycleAwareService - Class in com.atlassian.plugins.landlord.service
 
LandlordRequestException - Exception in com.atlassian.plugins.landlord.spi
Exception for handling problems during landlord requests
LandlordRequestException(String) - Constructor for exception com.atlassian.plugins.landlord.spi.LandlordRequestException
 
LandlordRequests - Interface in com.atlassian.plugins.landlord.spi
This interface must be implemented by each application that provides the landlord service.
LandlordREST - Class in com.atlassian.plugins.landlord.rest
A resource of message.
LandlordREST(LandlordService, PluginState) - Constructor for class com.atlassian.plugins.landlord.rest.LandlordREST
 
LandlordService - Interface in com.atlassian.plugins.landlord.service
This interface specifies the contract for the landlord service, which is responsible for securely reading a new tenant id and asking the application to accept it
LandlordServiceImpl - Class in com.atlassian.plugins.landlord.service
 
LandlordUtils - Class in com.atlassian.plugins.landlord.service
This class encapsulates names and paths related to the Landlord, enabling clients to interact and prepare files for the landlord.
LandlordUtils() - Constructor for class com.atlassian.plugins.landlord.service.LandlordUtils
 
LifecycleAwareService(EventPublisher) - Constructor for class com.atlassian.plugins.landlord.service.LandlordHealthCheck.LifecycleAwareService
 
loadTenant() - Method in interface com.atlassian.plugins.landlord.service.LandlordService
Deprecated.
use LandlordService.loadTenant(boolean) and explicitly specify asynchrony.
loadTenant(boolean) - Method in interface com.atlassian.plugins.landlord.service.LandlordService
Trigger the landlord to load tenant details from a tenant file.
loadTenant() - Method in class com.atlassian.plugins.landlord.service.LandlordServiceImpl
 
loadTenant(boolean) - Method in class com.atlassian.plugins.landlord.service.LandlordServiceImpl
 

O

onPluginEnabled(PluginEnabledEvent) - Method in class com.atlassian.plugins.landlord.service.LandlordHealthCheck.LifecycleAwareService
 
onPluginEnabledEvent(PluginEnabledEvent) - Method in class com.atlassian.plugins.landlord.service.PluginState
Listens for PluginEnabledEvent and sets pluginSystemReady to true if the host application is tenanted.
onPluginFrameworkDelayed(PluginFrameworkDelayedEvent) - Method in class com.atlassian.plugins.landlord.service.PluginState
Listens for a PluginFrameworkDelayedEvent - this is fired by the plugin system when earlyStartup has completed.
onPluginFrameworkDelayedEvent(PluginFrameworkDelayedEvent) - Method in class com.atlassian.plugins.landlord.service.LandlordServiceImpl
 
onStart() - Method in class com.atlassian.plugins.landlord.service.LandlordHealthCheck.LifecycleAwareService
 
onStop() - Method in class com.atlassian.plugins.landlord.service.LandlordHealthCheck.LifecycleAwareService
 

P

PluginState - Class in com.atlassian.plugins.landlord.service
Simple component that tracks whether the Plugin System is "WARM"
PluginState(EventPublisher, LandlordRequests) - Constructor for class com.atlassian.plugins.landlord.service.PluginState
 
pluginSystemReady() - Method in class com.atlassian.plugins.landlord.service.PluginState
 
postTenantAvailable() - Method in class com.atlassian.plugins.landlord.rest.LandlordREST
 
ProxyMaintainer - Class in com.atlassian.plugins.landlord.service
 
ProxyMaintainer() - Constructor for class com.atlassian.plugins.landlord.service.ProxyMaintainer
 

R

removeTenant(String) - Method in interface com.atlassian.plugins.landlord.spi.LandlordRequests
This method will be called by the landlord service when a new tenant is required to be removed from the application.

S

setId(String) - Method in class com.atlassian.plugins.landlord.rest.TenantModel
 
setupProxy() - Static method in class com.atlassian.plugins.landlord.service.ProxyMaintainer
 

T

TenantFileUtils - Class in com.atlassian.plugins.landlord.util
 
TenantFileUtils() - Constructor for class com.atlassian.plugins.landlord.util.TenantFileUtils
 
TenantHeaderFilter - Class in com.atlassian.plugins.landlord.servlet
Adds an X_TENANT_ID header to the HttpResponse if tenanted, otherwise return a 510 Status
TenantHeaderFilter(LandlordService, LifecycleManager) - Constructor for class com.atlassian.plugins.landlord.servlet.TenantHeaderFilter
 
TenantModel - Class in com.atlassian.plugins.landlord.rest
 
TenantModel() - Constructor for class com.atlassian.plugins.landlord.rest.TenantModel
 
TenantModel(String) - Constructor for class com.atlassian.plugins.landlord.rest.TenantModel
 
TenantStateException - Exception in com.atlassian.plugins.landlord.exception
Thrown when the tenant is in an illegal state
TenantStateException(String) - Constructor for exception com.atlassian.plugins.landlord.exception.TenantStateException
 
A C D G I L O P R S T 
Skip navigation links

Copyright © 2022 Atlassian. All rights reserved.