Package org.gridgain.internal.license
Class LicenseWithSignature
java.lang.Object
org.gridgain.internal.license.LicenseWithSignature
Represents a license with its signature.
-
Method Summary
Modifier and TypeMethodDescriptionstatic LicenseWithSignaturefromLicense(org.gridgain.internal.license.License license) Creates a license without signature.static LicenseWithSignatureparseLicense(com.typesafe.config.Config licenseCfg) Creates a license with signature from the given configuration.
-
Method Details
-
parseLicense
Creates a license with signature from the given configuration. -
fromLicense
Creates a license without signature.
-