public interface ILicenseVerifier
| Modifier and Type | Method and Description |
|---|---|
ILicense |
verify(String licenseKey,
ILicenseContext context)
Verifies the given license string.
|
ILicense verify(String licenseKey, ILicenseContext context)
licenseKey - the license stringcontext - the verification contextLicenseException - when the license is invalidCopyright © 2014. All rights reserved.