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.
  • 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