Class IgnitionLicense
java.lang.Object
com.inductiveautomation.ignition.common.licensing.BaseLicense
com.inductiveautomation.ignition.common.licensing.IgnitionLicense
- All Implemented Interfaces:
- License,- Serializable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.ignition.common.licensing.BaseLicenseBaseLicense.LicenseParser
- 
Constructor SummaryConstructorsConstructorDescriptionIgnitionLicense(CDKey cdKey, String systemId, int version, LicenseDetails platformLicense, List<LicenseDetails> moduleLicenses) IgnitionLicense(CDKey cdKey, UUID contextToken, SystemHash systemHash, LicenseDetails platformLicense, List<LicenseDetails> moduleLicenses) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.licensing.BaseLicensefromXml, toString, writeXmlMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.licensing.LicenseisPrimaryLicense
- 
Constructor Details- 
IgnitionLicensepublic IgnitionLicense(CDKey cdKey, UUID contextToken, SystemHash systemHash, LicenseDetails platformLicense, List<LicenseDetails> moduleLicenses) 
- 
IgnitionLicensepublic IgnitionLicense(CDKey cdKey, String systemId, int version, LicenseDetails platformLicense, List<LicenseDetails> moduleLicenses) 
 
- 
- 
Method Details- 
getModuleLicenses- Specified by:
- getModuleLicensesin interface- License
 
- 
getPlatformLicenseDescription copied from interface:LicenseThe LicenseDetails that pertain to the Ignition Platform as a whole. Will be null on secondary licenses- Specified by:
- getPlatformLicensein interface- License
 
- 
getSystemHashDeprecated.Description copied from interface:LicenseThis 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.- Specified by:
- getSystemHashin interface- License
 
- 
getCDKey
- 
getSystemIdDescription copied from interface:LicenseReturns a string representation of identifying system features. Replaces SystemHash.- Specified by:
- getSystemIdin interface- License
 
- 
getVersionpublic int getVersion()- Specified by:
- getVersionin interface- License
 
- 
hashCodepublic int hashCode()
- 
equals
 
-