public interface LicenseManager
| Modifier and Type | Method and Description |
|---|---|
void |
applyProductLicense(String license)
Applies the given product license.
|
Set<String> |
getProductKeys()
Returns all the keys of the current product.
|
boolean |
isDataCenter()
Indicates whether the product is fully licensed for Data Center.
|
Set<String> getProductKeys()
void applyProductLicense(String license) throws com.atlassian.sal.api.i18n.InvalidOperationException
license - the license to applycom.atlassian.sal.api.i18n.InvalidOperationException - if the operation failsboolean isDataCenter()
Copyright © 2024 Atlassian. All rights reserved.