public interface LicenseActivator
License activate(License license)
LicenseStatus.NEW.license - new license issued by the licensing authorityNullPointerException - if license is nullIllegalStateException - if license fails validationLicense deactivate(License license)
LicenseStatus.NEW or LicenseStatus.ACTIVE.license - license issued by the licensing authorityNullPointerException - if license is nullIllegalStateException - if license fails validationLicense expire(License license)
LicenseStatus.NEW or LicenseStatus.ACTIVE.license - license issued by the licensing authorityNullPointerException - if license is nullIllegalStateException - if license fails validationCopyright © 2014. All Rights Reserved.