Class LegacyServerLicenseValidator
- java.lang.Object
-
- com.atlassian.confluence.license.validator.LegacyServerLicenseValidator
-
- All Implemented Interfaces:
LicenseValidator
public class LegacyServerLicenseValidator extends Object implements 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 Modifier and Type Field Description static org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description LegacyServerLicenseValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate(com.atlassian.extras.api.confluence.ConfluenceLicense license)
-
-
-
Method Detail
-
validate
public void validate(com.atlassian.extras.api.confluence.ConfluenceLicense license)
- Specified by:
validate
in interfaceLicenseValidator
-
-