public interface LicenseKeyValidatorFactory
This interface can be implemented in order to realize licensing
of a plugin.
- Since:
- Omix 1.5.0
- Author:
- Dr. Peter Droste
-
Method Summary
Modifier and Type Method Description default LicenseKeyValidatorInterface
newLicenseFileValidator()
Creates a new license file validator.
-
Method Details
-
newLicenseFileValidator
Creates a new license file validator. If this method returnsLicenseKeyValidatorInterface.DEFAULT
, the Omix internal license key validator shall be used for validation.- Returns:
- a custom implementation of licenseFileValidator or
LicenseKeyValidatorInterface.DEFAULT
(by default)
-