java.lang.Object
org.gridgain.internal.license.configuration.LicenseConfigurationSchema
@Config
public class LicenseConfigurationSchema
extends Object
Configuration schema for cluster license subtree.
-
Field Summary
Fields
License signature for deprecated Hocon license.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
content
@Value(hasDefault=true)
@Secret
public String content
License content.
-
signature
@Value(hasDefault=true)
@Secret
public String signature
License signature for deprecated Hocon license.
-
Constructor Details
-
LicenseConfigurationSchema
public LicenseConfigurationSchema()