Class LegacyServerLicenseValidator
java.lang.Object
com.atlassian.confluence.license.validator.LegacyServerLicenseValidator
- All Implemented Interfaces:
LicenseValidator
Validates that if the license is data center one (server license is no longer supported from 8.6).
- Since:
- 8.6.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(com.atlassian.extras.api.confluence.ConfluenceLicense license)
-
Field Details
-
log
public static final org.slf4j.Logger log
-
-
Constructor Details
-
LegacyServerLicenseValidator
public LegacyServerLicenseValidator()
-
-
Method Details
-
validate
public void validate(com.atlassian.extras.api.confluence.ConfluenceLicense license) throws KnownConfluenceLicenseValidationException - Specified by:
validate
in interfaceLicenseValidator
- Throws:
KnownConfluenceLicenseValidationException
-