Class LicenseKeyDataImpl

    • Method Detail

      • setCustomer

        public void setCustomer​(String customer)
      • getType

        public String getType()
        Description copied from interface: LicenseKeyData
        Camunda uses different license types e.g., when one license includes usage of Cawemo enterprise.
        Specified by:
        getType in interface LicenseKeyData
      • setType

        public void setType​(String type)
      • setValidUntil

        public void setValidUntil​(String validUntil)
      • setUnlimited

        public void setUnlimited​(Boolean isUnlimited)
      • getFeatures

        public Map<String,​String> getFeatures()
        Description copied from interface: LicenseKeyData
        A collection of features that are enabled through this license. Features could be Camunda BPM, Optimize or Cawemo.
        Specified by:
        getFeatures in interface LicenseKeyData
      • setFeatures

        public void setFeatures​(Map<String,​String> features)
      • getRaw

        public String getRaw()
        Description copied from interface: LicenseKeyData
        The raw license data. This combines all data fields also included in this class in the form which is stored in the license key String. Note, that this is not the license key as issued to the customer but only contains the plain-text part of it and not the encrypted key.
        Specified by:
        getRaw in interface LicenseKeyData
      • setRaw

        public void setRaw​(String raw)