Uses of Interface
com.atlassian.confluence.internal.license.LicenseServiceInternal
-
Packages that use LicenseServiceInternal Package Description com.atlassian.confluence.cluster com.atlassian.confluence.license -
-
Uses of LicenseServiceInternal in com.atlassian.confluence.cluster
Constructors in com.atlassian.confluence.cluster with parameters of type LicenseServiceInternal Constructor Description DefaultClusterConfigurationHelper(com.atlassian.config.ApplicationConfig applicationConfig, ClusterManager clusterManager, LicenseServiceInternal licenseService, SingleConnectionProvider databaseHelper, com.atlassian.config.db.HibernateConfig hibernateConfig, ClusterCompatibilityValidator clusterCompatibilityValidator, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator)
-
Uses of LicenseServiceInternal in com.atlassian.confluence.license
Classes in com.atlassian.confluence.license that implement LicenseServiceInternal Modifier and Type Class Description class
DefaultLicenseService
Responsible for the decoding of a license using the v2LicenseManager
.
-