Uses of Interface
com.atlassian.confluence.license.validator.LicenseValidator
-
Packages that use LicenseValidator Package Description com.atlassian.confluence.impl.health.checks com.atlassian.confluence.license com.atlassian.confluence.license.validator -
-
Uses of LicenseValidator in com.atlassian.confluence.impl.health.checks
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type LicenseValidator Constructor Description LicenseValidationHealthCheck(BootstrapManager bootstrapManager, LicenseService licenseService, LicenseValidator licenseValidator) -
Uses of LicenseValidator in com.atlassian.confluence.license
Constructors in com.atlassian.confluence.license with parameters of type LicenseValidator Constructor Description DefaultLicenseService(LicenseStoreInternal store, com.atlassian.extras.api.LicenseManager decoder, LicenseValidator validator)Deprecated.since 7.17DefaultLicenseService(LicenseStoreInternal store, com.atlassian.extras.api.LicenseManager decoder, LicenseValidator validator, com.atlassian.extras.core.AtlassianLicenseFactory licenseFactory) -
Uses of LicenseValidator in com.atlassian.confluence.license.validator
Classes in com.atlassian.confluence.license.validator that implement LicenseValidator Modifier and Type Class Description classCompositeLicenseValidatorclassDataCenterLicenseExpiryValidatorValidates that if the license is for data center, the expiry date has been supplied.classDataCenterNumberOfUsersValidatorValidates that if the license is for data center, the number of users have been specified, if it is not an evaluation license.classLegacyClusterLicenseValidatorDetects for old cluster licenses, which had the conf.NumberOfClusterNodes attribute.classLegacyV1LicenseValidatorDetects for old v1 style licenses, which are not allowed anymore.classSupportPeriodValidatorValidates the support period of a license is not after the build date of the system.Constructors in com.atlassian.confluence.license.validator with parameters of type LicenseValidator Constructor Description CompositeLicenseValidator(LicenseValidator... validators)
-