public abstract class Credentials
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
FEATURE_2D |
protected static java.lang.String |
FEATURE_3D |
Constructor and Description |
---|
Credentials() |
Modifier and Type | Method and Description |
---|---|
protected int |
getLicenseDaysRemaining() |
protected LicenseType |
getLicenseType() |
protected java.lang.String |
getProductCode() |
protected java.lang.String |
getRuntimeKeyStatus() |
protected boolean |
hasFeature(java.lang.String feature) |
protected boolean |
isLicenseValid() |
protected boolean |
isTrial() |
static void |
setRuntimeLicenseKey(java.lang.String license)
sets the runtime license key
|
void |
setTamper() |
protected static final java.lang.String FEATURE_2D
protected static final java.lang.String FEATURE_3D
public static void setRuntimeLicenseKey(java.lang.String license) throws java.lang.Exception
license
- The keyjava.lang.Exception
- Error occurred deserializing a licenseprotected final boolean isTrial()
protected final boolean isLicenseValid()
protected final int getLicenseDaysRemaining()
protected final LicenseType getLicenseType()
protected final java.lang.String getProductCode()
protected final java.lang.String getRuntimeKeyStatus()
protected final boolean hasFeature(java.lang.String feature)
public final void setTamper()