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 String
getApiKey()
String
getHardwareId()
String
getLicenseKey()
String
getProductCode()
String
getSharedKey()
void
setApiKey(String apiKey)
void
setHardwareId(String hardwareId)
void
setLicenseKey(String licenseKey)
void
setProductCode(String productCode)
void
setSharedKey(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)
-
-