Class LicenseConfiguration
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.config.LicenseConfiguration
-
public class LicenseConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description LicenseConfiguration()LicenseConfiguration(String apiKey, String productCode, String sharedKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiKey()StringgetHardwareId()StringgetLicenseKey()StringgetProductCode()StringgetSharedKey()voidsetApiKey(String apiKey)voidsetHardwareId(String hardwareId)voidsetLicenseKey(String licenseKey)voidsetProductCode(String productCode)voidsetSharedKey(String sharedKey)
-
-
-
Method Detail
-
getApiKey
public String getApiKey()
-
setApiKey
public void setApiKey(String apiKey)
-
getProductCode
public String getProductCode()
-
setProductCode
public void setProductCode(String productCode)
-
getSharedKey
public String getSharedKey()
-
setSharedKey
public void setSharedKey(String sharedKey)
-
getHardwareId
public String getHardwareId()
-
setHardwareId
public void setHardwareId(String hardwareId)
-
getLicenseKey
public String getLicenseKey()
-
setLicenseKey
public void setLicenseKey(String licenseKey)
-
-