Uses of Interface
com.atlassian.confluence.license.LicenseService
-
-
Uses of LicenseService in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type LicenseService Modifier and Type Method Description void
AdministrationConsoleAction. setLicenseService(LicenseService licenseService)
void
ViewSystemInfoAction. setLicenseService(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.api.impl.service.accessmode
Constructors in com.atlassian.confluence.api.impl.service.accessmode with parameters of type LicenseService Constructor Description AccessModeServiceImpl(AccessModeManager accessModeManager, PermissionManager permissionManager, com.atlassian.event.api.EventPublisher eventPublisher, LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.api.impl.service.audit.adapter
Constructors in com.atlassian.confluence.api.impl.service.audit.adapter with parameters of type LicenseService Constructor Description DcLicenseFileAuditingFeature(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.cluster.hazelcast
Constructors in com.atlassian.confluence.cluster.hazelcast with parameters of type LicenseService Constructor Description HazelcastClusterSafetyManager(ClusterSafetyDao clusterSafetyDao, com.atlassian.event.api.EventPublisher eventPublisher, ClusterManager clusterManager, com.hazelcast.core.HazelcastInstance hazelcastInstance, ActivityMonitor activityMonitor, ScheduledExecutorService executor, LicenseService licenseService, LoggingConfigService loggingConfigService)
-
Uses of LicenseService in com.atlassian.confluence.cluster.safety
Methods in com.atlassian.confluence.cluster.safety that return LicenseService Modifier and Type Method Description LicenseService
AbstractClusterSafetyManager. getLicenseService()
Constructors in com.atlassian.confluence.cluster.safety with parameters of type LicenseService Constructor Description AbstractClusterSafetyManager(ClusterSafetyDao clusterSafetyDao, com.atlassian.event.api.EventPublisher eventPublisher, ClusterManager clusterManager, LicenseService licenseService)
DefaultClusterSafetyManager(ClusterSafetyDao clusterSafetyDao, com.atlassian.event.api.EventPublisher eventPublisher, SharedDataManager clusterSharedDataManager, ClusterManager clusterManager, LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.impl.health.checks
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type LicenseService Constructor Description LicenseValidationHealthCheck(BootstrapManager bootstrapManager, LicenseService licenseService, LicenseValidator licenseValidator)
OperatingSystemFreeMemoryHealthCheck(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.impl.retention
Constructors in com.atlassian.confluence.impl.retention with parameters of type LicenseService Constructor Description DefaultRetentionFeatureChecker(com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager, LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.impl.startup
Constructors in com.atlassian.confluence.impl.startup with parameters of type LicenseService Constructor Description ConfluenceStartAnalyticsEventFactory(org.springframework.transaction.PlatformTransactionManager txManager, ClusterManager clusterManager, LicenseService licenseService, com.atlassian.plugin.parsers.SafeModeCommandLineArgumentsFactory safeModeCommandLineArgumentsFactory, SystemInformationService systemInformationService, SandboxPoolConfiguration conversionSandboxConfig)
-
Uses of LicenseService in com.atlassian.confluence.internal.license
Subinterfaces of LicenseService in com.atlassian.confluence.internal.license Modifier and Type Interface Description interface
LicenseServiceInternal
Constructors in com.atlassian.confluence.internal.license with parameters of type LicenseService Constructor Description LicenseBasedCachingEnterpriseFeatureFlag(LicenseService licenseService, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of LicenseService in com.atlassian.confluence.license
Classes in com.atlassian.confluence.license that implement LicenseService Modifier and Type Class Description class
DefaultLicenseService
Responsible for the decoding of a license using the v2LicenseManager
.Constructors in com.atlassian.confluence.license with parameters of type LicenseService Constructor Description LicenseWebFacadeTemplate(LicenseService delegate)
-
Uses of LicenseService in com.atlassian.confluence.license.rest.resource
Constructors in com.atlassian.confluence.license.rest.resource with parameters of type LicenseService Constructor Description LicenseResource(LicenseWebFacade licenseWebFacade, BootstrapManager bootstrapManager, ClusterManager clusterManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LicenseService licenseService, UserChecker userChecker, com.atlassian.upm.api.license.DataCenterCrossgradeablePlugins dataCenterCrossgradeablePlugins)
-
Uses of LicenseService in com.atlassian.confluence.plugin.descriptor.web.conditions
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type LicenseService Modifier and Type Method Description void
CanClusterCondition. setLicenseService(LicenseService licenseService)
void
IsConfluenceSpacesLicensedCondition. setLicenseService(LicenseService licenseService)
void
LicenseAllowsDataCenterFeaturesCondition. setLicenseService(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.plugins.maintenance.actions
Methods in com.atlassian.confluence.plugins.maintenance.actions with parameters of type LicenseService Modifier and Type Method Description void
MaintenanceConfigurationAction. setLicenseService(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.plugins.maintenance.service.impl
Constructors in com.atlassian.confluence.plugins.maintenance.service.impl with parameters of type LicenseService Constructor Description MaintenanceServiceImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.metadata.PluginMetadataManager pluginMetadataManager, GlobalSettingsManager settingsManager, I18NBeanFactory i18NBeanFactory, LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.plugins.quickreload
Constructors in com.atlassian.confluence.plugins.quickreload with parameters of type LicenseService Constructor Description QuickReloadResource(CommentManager commentManager, CommentRenderService commentRenderer, UserAccessor userAccessor, PageManager pageManager, PermissionManager permissionManager, I18NBeanFactory i18NBeanFactory, QuickReloadCaches caches, AccessModeService accessModeService, GlobalSettingsManager settingsManager, LicenseService licenseService, AttachmentManager attachmentManager)
-
Uses of LicenseService in com.atlassian.confluence.setup
Methods in com.atlassian.confluence.setup with parameters of type LicenseService Modifier and Type Method Description void
ValidLicenseContextListener. setLicenseService(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.setup.actions
Methods in com.atlassian.confluence.setup.actions with parameters of type LicenseService Modifier and Type Method Description void
AbstractSetupAction. setLicenseService(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.status.service
Methods in com.atlassian.confluence.status.service with parameters of type LicenseService Modifier and Type Method Description void
DefaultSystemInformationService. setLicenseService(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.tinymceplugin.web
Constructors in com.atlassian.confluence.tinymceplugin.web with parameters of type LicenseService Constructor Description EditorSettingsContextProvider(GlobalSettingsManager settingsManager, PermissionManager permissionManager, UserAccessor userAccessor, HeartbeatManager heartbeatManager, MailServerExistsCriteria mailServerExistsCriteria, LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions with parameters of type LicenseService Modifier and Type Method Description void
AbstractSearchCrowdUsersAction. setLicenseService(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications with parameters of type LicenseService Modifier and Type Method Description void
UserSignUpNotificationsListener. setLicenseService(LicenseService licenseService)
Deprecated. -
Uses of LicenseService in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type LicenseService Modifier and Type Method Description void
DefaultUserChecker. setLicenseService(LicenseService licenseService)
-
Uses of LicenseService in com.atlassian.confluence.util.message
Methods in com.atlassian.confluence.util.message that return LicenseService Modifier and Type Method Description LicenseService
MessagesDecoratorFilter. getLicenseService()
-
Uses of LicenseService in com.atlassian.sal.confluence.license
Constructors in com.atlassian.sal.confluence.license with parameters of type LicenseService Constructor Description ConfluenceLicenseHandler(ConfluenceSidManager sidManager, LicenseService licenseService, com.atlassian.config.ApplicationConfiguration applicationConfiguration)
-