- getBraveClientInterceptor() - Method in class com.atlassian.tenant.impl.AbstractServiceTenantContextProvider
-
If a service supports Zipkin tracing using the reference Brave client
allow it to provide client interceptors so we have a full trace log.
- getDatasourcePath() - Method in class com.atlassian.tenant.impl.AbstractUnicornTenantContextProvider
-
Returns the relative path to the product Tomcat root context, starting from catalina-base,
for example, catalina-base/conf/Catalina/localhost/ROOT.xml.
- getExtraContext() - Method in class com.atlassian.tenant.api.TenantContext
-
Returns an immutable extraContext of the extra TenantContext name/value pairs which are specific
for the current product TenantContext.
- getFallbackServiceEndpoint() - Method in class com.atlassian.tenant.impl.AbstractServiceTenantContextProvider
-
Returns the fallback service url to use when contacting TCS when the primary url is unavailable
- getGlobalCacheIdentifier() - Method in class com.atlassian.tenant.api.TenantContext
-
The tenant global cache identifier.
- getGlobalCacheIdentifier() - Static method in class com.atlassian.tenant.impl.TenantContextUtils
-
- getJdbcPassword() - Method in class com.atlassian.tenant.api.TenantContext
-
The password used to connect to the database.
- getJdbcUrl() - Method in class com.atlassian.tenant.api.TenantContext
-
The Jdbc Url for the current tenant.
- getJdbcUsername() - Method in class com.atlassian.tenant.api.TenantContext
-
The username used to connect to database
- getMemcachedUrl() - Method in class com.atlassian.tenant.api.TenantContext
-
The memcached server Url for use by the product.
- getMemcachedUrl() - Static method in class com.atlassian.tenant.impl.TenantContextUtils
-
- getProductName() - Method in class com.atlassian.tenant.impl.AbstractUnicornTenantContextProvider
-
Returns the product name, for example jira or confluence.
- getRequestInterceptor() - Method in class com.atlassian.tenant.service.BraveClientInterceptor
-
- getResponseInterceptor() - Method in class com.atlassian.tenant.service.BraveClientInterceptor
-
- getServiceEndpoint() - Method in class com.atlassian.tenant.impl.AbstractServiceTenantContextProvider
-
Returns the primary service url to use when contacting TCS
- getServiceYamlFile() - Method in class com.atlassian.tenant.impl.AbstractUnicornTenantContextProvider
-
Returns the product service yaml file name, for example, /data/icebat/seamless/jira.yaml.
- getStudioLicenseFile() - Method in class com.atlassian.tenant.impl.AbstractUnicornTenantContextProvider
-
Returns the product (studio) licence file name.
- getTCSKey() - Method in class com.atlassian.tenant.impl.AbstractServiceTenantContextProvider
-
Returns the specific for the product TCS key.
- getTenantContext() - Method in interface com.atlassian.tenant.api.TenantContextProvider
-
Retrieves the
TenantContext corresponding to the set earlier
tenantId.
- getTenantContext() - Method in class com.atlassian.tenant.impl.AbstractTenantContextProvider
-
- getTenantId() - Method in class com.atlassian.tenant.api.TenantContext
-
The id that uniquely identifies the current tenant.
- globalCacheIdentifier(String) - Method in class com.atlassian.tenant.api.TenantContext.Builder
-