| Package | Description |
|---|---|
| com.atlassian.sal.api.license |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseHandler.addProductLicense(String productKey,
String license)
Adds the given product license to the host application.
|
void |
LicenseHandler.addProductLicenses(Set<RawProductLicense> rawProductLicenses)
The addProductLicenses is similar to
LicenseHandler.addProductLicense(String, String)
except that it able to verify and add multiple products in the same request. |
void |
LicenseHandler.removeProductLicense(String productKey)
Removes the product license for the given productKey.
|
Copyright © 2021 Atlassian. All rights reserved.