Class LegacyV1LicenseValidator
java.lang.Object
com.atlassian.confluence.license.validator.LegacyV1LicenseValidator
- All Implemented Interfaces:
LicenseValidator
Detects for old v1 style licenses, which are not allowed anymore.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(com.atlassian.extras.api.confluence.ConfluenceLicense license)
-
Constructor Details
-
LegacyV1LicenseValidator
public LegacyV1LicenseValidator()
-
-
Method Details
-
validate
public void validate(com.atlassian.extras.api.confluence.ConfluenceLicense license) throws KnownConfluenceLicenseValidationException - Specified by:
validate
in interfaceLicenseValidator
- Throws:
KnownConfluenceLicenseValidationException
-