Package io.camunda.service.license
Class CamundaLicense
java.lang.Object
io.camunda.service.license.CamundaLicense
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.camunda.bpm.licensecheck.LicenseKeygetLicenseKey(String licenseStr) voidinitializeWithLicense(String license) booleanisValid()
-
Field Details
-
CAMUNDA_LICENSE_ENV_VAR_KEY
- See Also:
-
-
Constructor Details
-
CamundaLicense
-
CamundaLicense
-
-
Method Details
-
isValid
public boolean isValid() -
getLicenseType
-
initializeWithLicense
-
getLicenseKey
@VisibleForTesting protected org.camunda.bpm.licensecheck.LicenseKey getLicenseKey(String licenseStr) throws org.camunda.bpm.licensecheck.InvalidLicenseException - Throws:
org.camunda.bpm.licensecheck.InvalidLicenseException
-