Package ru.slie.luna.license
Interface LicenseManager
public interface LicenseManager
-
Method Summary
Modifier and TypeMethodDescriptionaddLicense(LicensedApp app, String licenseString) decodeLicense(String licenseString) getLicenses(LicensedApp app) booleanremoveLicense(String licenseId)
-
Method Details
-
getServerId
String getServerId() -
getLicenses
-
getActiveLicense
-
getActiveCachedLicense
-
hasValidCachedLicense
-
removeLicenses
-
removeLicense
-
addLicense
- Throws:
ValidateException
-
decodeLicense
-