Interface LicenseInfo


public interface LicenseInfo
Defines the interface for license details.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all elements that are available in the license.
    boolean
    Verify if the passed customer identity matches the one in the license of the running application.
  • Method Details

    • products

      Map<String,Map<String,Object>> products()
      Returns 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
    • validateCustomerID

      boolean validateCustomerID(String customerID)
      Verify 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