Package com.mendix.core.conf
Interface LicenseInfo
public interface LicenseInfo
Defines the interface for license details.
- 
Method Summary
- 
Method Details- 
productsReturns all elements that are available in the license.The elements are indexed by their name and contain all parameters for that element as key-value pairs. - Returns:
- the licensed elements
 
- 
validateCustomerIDVerify if the passed customer identity matches the one in the license of the running application.- Parameters:
- customerID- the company identity to verify
- Returns:
- true if the passed identity matches
 
 
-