Uses of Interface
com.atlassian.confluence.license.validator.LicenseValidator
Packages that use LicenseValidator
Package
Description
-
Uses of LicenseValidator in com.atlassian.confluence.impl.health.checks
Constructors in com.atlassian.confluence.impl.health.checks with parameters of type LicenseValidatorModifierConstructorDescriptionLicenseValidationHealthCheck(BootstrapManager bootstrapManager, LicenseService licenseService, LicenseValidator licenseValidator) -
Uses of LicenseValidator in com.atlassian.confluence.license
Constructors in com.atlassian.confluence.license with parameters of type LicenseValidatorModifierConstructorDescriptionDefaultLicenseService(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 LicenseValidatorModifier and TypeClassDescriptionclassclassValidates that if the license is for data center, the expiry date has been supplied.classValidates that if the license is for data center, the number of users have been specified, if it is not an evaluation license.classDetects for old cluster licenses, which had the conf.NumberOfClusterNodes attribute.classValidates that if the license is data center one (server license is no longer supported from 8.6).classDetects for old v1 style licenses, which are not allowed anymore.Constructors in com.atlassian.confluence.license.validator with parameters of type LicenseValidator