Interface License
- All Known Implementing Classes:
- BaseLicense,- IgnitionLicense
public interface License
The represents an Ignition license file
- 
Method SummaryModifier and TypeMethodDescriptiongetCDKey()The LicenseDetails that pertain to the Ignition Platform as a whole.Deprecated.Returns a string representation of identifying system features.intdefault booleanReturns true if this is a primary ignition license, which means that it contains platform details.
- 
Method Details- 
getCDKeyCDKey getCDKey()
- 
getSystemIdString getSystemId()Returns a string representation of identifying system features. Replaces SystemHash.
- 
getVersionint getVersion()
- 
getSystemHashDeprecated.This was the old way of tying a license to a system. New licenses will have a systemId instead, and this will be null, but old licenses will still have this on them.
- 
getPlatformLicenseThe LicenseDetails that pertain to the Ignition Platform as a whole. Will be null on secondary licenses
- 
isPrimaryLicensedefault boolean isPrimaryLicense()Returns true if this is a primary ignition license, which means that it contains platform details.
- 
getModuleLicensesList<LicenseDetails> getModuleLicenses()
 
-