Class IgnitionLicense
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.BaseLicense
- 
- com.inductiveautomation.ignition.common.licensing.IgnitionLicense
 
 
- 
- All Implemented Interfaces:
- License,- java.io.Serializable
 
 public class IgnitionLicense extends BaseLicense implements java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.licensing.BaseLicenseBaseLicense.LicenseParser
 
- 
 - 
Constructor SummaryConstructors Constructor Description IgnitionLicense(CDKey cdKey, java.lang.String systemId, int version, LicenseDetails platformLicense, java.util.List<LicenseDetails> moduleLicenses)IgnitionLicense(CDKey cdKey, java.util.UUID contextToken, SystemHash systemHash, LicenseDetails platformLicense, java.util.List<LicenseDetails> moduleLicenses)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)CDKeygetCDKey()java.util.List<LicenseDetails>getModuleLicenses()LicenseDetailsgetPlatformLicense()The LicenseDetails that pertain to the Ignition Platform as a whole.SystemHashgetSystemHash()Deprecated.java.lang.StringgetSystemId()Returns a string representation of identifying system features.intgetVersion()inthashCode()- 
Methods inherited from class com.inductiveautomation.ignition.common.licensing.BaseLicensefromXml, toString, writeXml
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.licensing.LicenseisPrimaryLicense
 
- 
 
- 
- 
- 
Constructor Detail- 
IgnitionLicensepublic IgnitionLicense(CDKey cdKey, java.util.UUID contextToken, SystemHash systemHash, LicenseDetails platformLicense, java.util.List<LicenseDetails> moduleLicenses) 
 - 
IgnitionLicensepublic IgnitionLicense(CDKey cdKey, java.lang.String systemId, int version, LicenseDetails platformLicense, java.util.List<LicenseDetails> moduleLicenses) 
 
- 
 - 
Method Detail- 
getModuleLicensespublic java.util.List<LicenseDetails> getModuleLicenses() - Specified by:
- getModuleLicensesin interface- License
 
 - 
getPlatformLicensepublic LicenseDetails getPlatformLicense() Description 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
 
 - 
getSystemHash@Deprecated public SystemHash getSystemHash() Deprecated.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
 
 - 
getSystemIdpublic java.lang.String getSystemId() Description 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() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-