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, 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 class
CompositeLicenseValidator
class
DataCenterLicenseExpiryValidator
Validates that if the license is for data center, the expiry date has been supplied.class
DataCenterNumberOfUsersValidator
Validates that if the license is for data center, the number of users have been specified, if it is not an evaluation license.class
LegacyClusterLicenseValidator
Detects for old cluster licenses, which had the conf.NumberOfClusterNodes attribute.class
LegacyV1LicenseValidator
Detects for old v1 style licenses, which are not allowed anymore.class
SupportPeriodValidator
Validates 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)
-