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 TypeClassDescriptionclass
class
Validates that if the license is for data center, the expiry date has been supplied.class
Validates that if the license is for data center, the number of users have been specified, if it is not an evaluation license.class
Detects for old cluster licenses, which had the conf.NumberOfClusterNodes attribute.class
Validates that if the license is data center one (server license is no longer supported from 8.6).class
Detects for old v1 style licenses, which are not allowed anymore.Constructors in com.atlassian.confluence.license.validator with parameters of type LicenseValidator