Uses of Interface
com.atlassian.crowd.service.cluster.ClusterService
Package
Description
-
Uses of ClusterService in com.atlassian.crowd.acceptance.tests.cluster
-
Uses of ClusterService in com.atlassian.crowd.analytics.listener
ModifierConstructorDescriptionClusterStartupListener
(com.atlassian.event.api.EventPublisher eventPublisher, ClusterService clusterService, com.atlassian.sal.api.ApplicationProperties applicationProperties, Clock clock, StartupInfoDao startupInfoDao) -
Uses of ClusterService in com.atlassian.crowd.analytics.statistics.collectors.instance
ModifierConstructorDescriptionDataCenterStatisticsCollector
(ClusterService clusterService, DcLicenseChecker dcLicenseChecker) UptimeStatisticsCollector
(ClusterService clusterService, StartupInfoDao startupInfoDao, Clock clock) -
Uses of ClusterService in com.atlassian.crowd.analytics.util.license
ModifierConstructorDescriptionLicenseEventProvider
(LicenseService licenseService, PropertyManager propertyManager, ClusterService clusterService, ForgedLicenseDetector forgedLicenseDetector) -
Uses of ClusterService in com.atlassian.crowd.console.action
Modifier and TypeMethodDescriptionvoid
BaseAction.setClusterService
(ClusterService clusterService) -
Uses of ClusterService in com.atlassian.crowd.console.action.admin
-
Uses of ClusterService in com.atlassian.crowd.console.action.options
Modifier and TypeMethodDescriptionvoid
UpdateLicensing.setClusterService
(ClusterService clusterService) void
UpdateSessionConfig.setClusterService
(ClusterService clusterService) -
Uses of ClusterService in com.atlassian.crowd.manager.cluster
Modifier and TypeClassDescriptionclass
Implementation of com.atlassian.crowd.service.cluster.ClusterService -
Uses of ClusterService in com.atlassian.crowd.manager.cluster.message
ModifierConstructorDescriptionClusterMessageServiceImpl
(com.atlassian.scheduler.SchedulerService schedulerService, ClusterMessageDao dao, ClusterService clusterService, com.atlassian.event.api.EventPublisher eventPublisher, Supplier<Long> timestampSupplier) -
Uses of ClusterService in com.atlassian.crowd.manager.cluster.monitoring
ModifierConstructorDescriptionDatabaseClusterNodeInformationManager
(ClusterInfoDao clusterInfoDao, ClusterService clusterService, Clock clock) -
Uses of ClusterService in com.atlassian.crowd.manager.directory
ModifierConstructorDescriptionInDatabaseDirectorySynchronisationInformationStore
(DirectorySynchronisationStatusDao statusDao, DirectoryDao directoryDao, ClusterService clusterService) SynchronisationStatusFinalizer
(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, FailedSynchronisationManager failedSynchronisationManager, ClusterService clusterService) SynchronisationStatusManagerImpl
(DirectorySynchronisationInformationStore store, com.atlassian.event.api.EventPublisher eventPublisher, DirectoryDao directoryDao, Clock clock, DirectorySynchronisationTokenStore directorySynchronisationTokenStore, ClusterService clusterService) -
Uses of ClusterService in com.atlassian.crowd.manager.license
ModifierConstructorDescriptionCrowdLicenseManagerImpl
(PropertyManager propertyManager, ApplicationManager applicationManager, DirectoryManager directoryManager, CrowdLicenseStore licenseStore, ClusterService clusterService, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of ClusterService in com.atlassian.crowd.manager.mail
ModifierConstructorDescriptionMailManagerImpl
(InternalPropertyManager propertyManager, com.atlassian.sal.api.ApplicationProperties applicationProperties, ClusterService clusterService, Clock clock, I18nHelper i18nHelper, MailSendManager sendManager, AuthenticatedUserProvider authenticatedUserProvider, EmailAddressValidator emailValidator, com.atlassian.event.api.EventPublisher eventPublisher, ClientConfigStorageServiceSupplier clientConfigStorageServiceSupplier) -
Uses of ClusterService in com.atlassian.crowd.manager.token
ModifierConstructorDescriptionSwitchableTokenManagerImpl
(boolean initialUseIsMemory, TokenDAO daoMemory, TokenDAO daoHibernate, PropertyManager propertyManager, ClusterService clusterService) SwitchableTokenManagerImpl
(TokenDAO daoMemory, TokenDAO daoHibernate, PropertyManager propertyManager, ClusterService clusterService) -
Uses of ClusterService in com.atlassian.crowd.monitoring.cluster
ModifierConstructorDescriptionClusterMonitoringDelegator
(ClusterService clusterService, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of ClusterService in com.atlassian.crowd.plugin.rest.service.controller.info
ModifierConstructorDescriptionServerInfoController
(PropertyManager propertyManager, ClusterService clusterService, com.atlassian.sal.api.ApplicationProperties applicationProperties) -
Uses of ClusterService in com.atlassian.crowd.plugin.rest.service.resource.cluster
-
Uses of ClusterService in com.atlassian.crowd.plugin.saml.action
ModifierConstructorDescriptionSAMLAuthAction
(SAMLMessageManager samlMessageManager, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, CrowdLicenseManager crowdLicenseManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService, XsrfTokenGenerator xsrfTokenGenerator, ActionHelper actionHelper, ClusterService clusterService) UpdateSAMLConfiguration
(SAMLMessageManager samlMessageManager, com.atlassian.sal.api.ApplicationProperties applicationProperties, PropertyManager propertyManager, DirectoryManager directoryManager, ApplicationManager applicationManager, CrowdLicenseManager crowdLicenseManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ApplicationService applicationService, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService, XsrfTokenGenerator xsrfTokenGenerator, ActionHelper actionHelper, ClusterService clusterService) -
Uses of ClusterService in com.atlassian.crowd.plugin.web.conditions
-
Uses of ClusterService in com.atlassian.crowd.plugin.web.filter
ModifierConstructorDescriptionNodeInformationFilter
(ClusterService clusterService, NodeDataProvider nodeDataProvider) -
Uses of ClusterService in com.atlassian.crowd.service.sal
ModifierConstructorDescriptionCrowdApplicationProperties
(com.atlassian.config.HomeLocator homeLocator, PropertyManager propertyManager, ClusterService clusterService, HomeDirectoryService homeDirectoryService) -
Uses of ClusterService in com.atlassian.crowd.service.support
ModifierConstructorDescriptionClusterAdditionalSupportInformationService
(ClusterService clusterService, com.atlassian.beehive.core.ManagedClusterLockService clusterLockService, com.atlassian.scheduler.SchedulerService schedulerService, Clock clock)