com.liferay.portal.license.util
Interface LicenseManager
- All Known Implementing Classes:
- DefaultLicenseManagerImpl
public interface LicenseManager
checkLicense
void checkLicense(String productId)
getClusterLicenseProperties
List<Map<String,String>> getClusterLicenseProperties(String clusterNodeId)
getHostName
String getHostName()
getIpAddresses
Set<String> getIpAddresses()
getLicenseInfo
LicenseInfo getLicenseInfo(String productId)
getLicenseProperties
List<Map<String,String>> getLicenseProperties()
getLicenseProperties
Map<String,String> getLicenseProperties(String productId)
getLicenseState
int getLicenseState(Map<String,String> licenseProperties)
getLicenseState
int getLicenseState(String productId)
getMacAddresses
Set<String> getMacAddresses()
registerLicense
void registerLicense(JSONObject jsonObject)
throws Exception
- Throws:
Exception