Uses of Interface
com.atlassian.confluence.tenant.TenantRegistry
-
Packages that use TenantRegistry Package Description com.atlassian.confluence.api.impl.sal.timezone Confluence implementation of the SAL timezone API.com.atlassian.confluence.impl.security com.atlassian.confluence.impl.startup com.atlassian.confluence.impl.tenant com.atlassian.confluence.plugin com.atlassian.confluence.plugin.webresource com.atlassian.confluence.renderer com.atlassian.confluence.setup com.atlassian.confluence.tenant -
-
Uses of TenantRegistry in com.atlassian.confluence.api.impl.sal.timezone
Constructors in com.atlassian.confluence.api.impl.sal.timezone with parameters of type TenantRegistry Constructor Description ConfluenceTimeZoneManager(ConfluenceUserResolver confluenceUserResolver, UserPreferencesAccessor userPreferencesAccessor, GlobalSettingsManager settingsManager, TenantRegistry tenantRegistry) -
Uses of TenantRegistry in com.atlassian.confluence.impl.security
Constructors in com.atlassian.confluence.impl.security with parameters of type TenantRegistry Constructor Description SpacePermissionCachePrimer(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, com.atlassian.confluence.impl.security.SpacePermissionCachePrimer.Primeable spacePermissionManager, ScheduledExecutorService scheduledExecutorService, TenantRegistry tenantRegistry, SpaceManager spaceManager, DarkFeaturesManager darkFeaturesManager) -
Uses of TenantRegistry in com.atlassian.confluence.impl.startup
Constructors in com.atlassian.confluence.impl.startup with parameters of type TenantRegistry Constructor Description ConfluenceStartAnalyticsEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry, ConfluenceStartAnalyticsEventFactory confluenceStartEventFactory, Executor executor) -
Uses of TenantRegistry in com.atlassian.confluence.impl.tenant
Constructors in com.atlassian.confluence.impl.tenant with parameters of type TenantRegistry Constructor Description TenantedProxyFactory(TenantRegistry tenantRegistry) -
Uses of TenantRegistry in com.atlassian.confluence.plugin
Methods in com.atlassian.confluence.plugin with parameters of type TenantRegistry Modifier and Type Method Description static TransactionalPluginLoaderDatabaseClassLoadingPluginLoader. create(PluginDirectoryProvider directoryProvider, PluginDataDao pluginDataDao, TenantRegistry tenantRegistry, List<com.atlassian.plugin.factories.PluginFactory> listPluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager, TransactionalHostContextAccessor hostContextAccessor)Constructors in com.atlassian.confluence.plugin with parameters of type TenantRegistry Constructor Description DatabaseClassLoadingPluginLoader(PluginDirectoryProvider directoryProvider, PluginDataDao pluginDataDao, TenantRegistry tenantRegistry, List<com.atlassian.plugin.factories.PluginFactory> listPluginFactories, com.atlassian.plugin.event.PluginEventManager pluginEventManager, TransactionalHostContextAccessor hostContextAccessor)DatabasePluginScanner(PluginDataDao pluginDataDao, File workDir, TenantRegistry tenantRegistry, TransactionalHostContextAccessor hostContextAccessor)DatabasePluginScanner(PluginDataDao pluginDataDao, File workDir, TenantRegistry tenantRegistry, TransactionalHostContextAccessor hostContextAccessor, Supplier<Boolean> isDatabaseConfigured) -
Uses of TenantRegistry in com.atlassian.confluence.plugin.webresource
Methods in com.atlassian.confluence.plugin.webresource with parameters of type TenantRegistry Modifier and Type Method Description voidSuperBatchInvalidatorListener. setTenantRegistry(TenantRegistry tenantRegistry)Constructors in com.atlassian.confluence.plugin.webresource with parameters of type TenantRegistry Constructor Description DefaultCounter(String key, com.atlassian.bandana.BandanaManager bandanaManager, TenantRegistry tenantRegistry)DefaultCssResourceCounterManager(com.atlassian.bandana.BandanaManager bandanaManager, TenantRegistry tenantRegistry) -
Uses of TenantRegistry in com.atlassian.confluence.renderer
Constructors in com.atlassian.confluence.renderer with parameters of type TenantRegistry Constructor Description UserMacroLibrary(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry)Deprecated.since 5.9.UserMacroLibrary(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry, MacroManager macroManager)Deprecated.since 5.10.UserMacroLibrary(com.atlassian.bandana.BandanaManager bandanaManager, com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry, com.atlassian.util.concurrent.Supplier<MacroManager> macroManagerSupplier) -
Uses of TenantRegistry in com.atlassian.confluence.setup
Constructors in com.atlassian.confluence.setup with parameters of type TenantRegistry Constructor Description SetupPluginManager(com.atlassian.plugin.PluginRegistry.ReadWrite pluginRegistry, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.manager.PluginPersistentStateStore pluginStateStore, List<Object> pluginLoaders, com.atlassian.plugin.ModuleDescriptorFactory moduleDescriptorFactory, com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.event.api.EventPublisher eventPublisher, TenantRegistry tenantRegistry) -
Uses of TenantRegistry in com.atlassian.confluence.tenant
Classes in com.atlassian.confluence.tenant that implement TenantRegistry Modifier and Type Class Description classBroadcastingTenantRegistryDecorator forTenantRegistrywhich publishes the events specified in the Atlassian Tenancy API.classVolatileSingleTenantRegistryZero to one tenant registry.Fields in com.atlassian.confluence.tenant declared as TenantRegistry Modifier and Type Field Description protected TenantRegistryTenantGate. tenantRegistryDeprecated.Since 7.0.Methods in com.atlassian.confluence.tenant that return TenantRegistry Modifier and Type Method Description protected TenantRegistryTenantGate. getTenantRegistry()Deprecated.Constructors in com.atlassian.confluence.tenant with parameters of type TenantRegistry Constructor Description BroadcastingTenantRegistry(TenantRegistry delegate, com.atlassian.event.api.EventPublisher eventPublisher)SystemTenant(TenantRegistry tenantRegistry)TenantGate(TenantRegistry tenantRegistry, Class[] proxyInterfaces)Deprecated.
-