Interface TenantContextFactory
- All Known Implementing Classes:
JiraTenantContextFactory
public interface TenantContextFactory
Used to construct a
TenantContext with all fields populated. This will return a TenantContext, that matches the 'active'
tenant. If no active tenant matching the provided criteria can be found this factory will return empty.-
Method Summary
Modifier and TypeMethodDescriptioncreate(Environment env, TenantId tenantId) createWithClientKey(Environment env, String clientKey) createWithCloudId(Environment env, String cloudId)
-
Method Details
-
create
-
createWithClientKey
-
createWithCloudId
-