Uses of Interface
com.atlassian.confluence.license.validator.LicenseValidator

Packages that use LicenseValidator
com.atlassian.confluence.license   
com.atlassian.confluence.license.validator   
com.atlassian.confluence.upgrade.impl   
 

Uses of LicenseValidator in com.atlassian.confluence.license
 

Constructors in com.atlassian.confluence.license with parameters of type LicenseValidator
DefaultLicenseService(LicenseStore store, com.atlassian.extras.api.LicenseManager decoder, LicenseValidator validator)
           
 

Uses of LicenseValidator in com.atlassian.confluence.license.validator
 

Classes in com.atlassian.confluence.license.validator that implement LicenseValidator
 class CompositeLicenseValidator
           
 class DataCenterLicenseExpiryValidator
          Validates that if the license is for data center, the expiry date has been supplied.
 class DataCenterLicenseValidator
          Validates if running the CDC version of Confluence, that the license is for data center.
 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 StandaloneLicenseValidator
          Validates if running the standalone version of Confluence, that the license is NOT for data center.
 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
CompositeLicenseValidator(LicenseValidator... validators)
           
 

Uses of LicenseValidator in com.atlassian.confluence.upgrade.impl
 

Methods in com.atlassian.confluence.upgrade.impl with parameters of type LicenseValidator
 void DefaultUpgradeManager.setLicenseValidator(LicenseValidator licenseValidator)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.