Package | Description |
---|---|
com.opencloud.license | |
com.opencloud.rhino.config.license |
Modifier and Type | Method and Description |
---|---|
void |
LicenseInfo.checkValidity()
Check the state of this LicenseInfo for basic consistency.
|
void |
LicenseComponent.checkValidity()
Throws a LicenseException if this LicenseComponent is not valid.
|
Constructor and Description |
---|
LicenseComponent(String function,
String version,
long capacity,
boolean hardLimited)
Create a new LicenseComponent with the specified function, version, and capacity.
|
LicenseInfo(String serialString,
String issuedTo,
ArrayList<LicenseComponent> allowedComponents,
Date createdAt,
Date validAfter,
Date validUntil,
String[] supercedes,
HashMap<String,Object> metaData,
ArrayList<com.opencloud.license.HostInfo> licensedHosts,
ArrayList<com.opencloud.license.CertificateInfo> certificateInfo) |
Modifier and Type | Method and Description |
---|---|
void |
LicenseManagementMBean.install(byte[] filedata)
Install a license from a raw byte array
|
void |
LicenseManagementMBean.install(String url)
Install a license from a URL
|