public class LicenseBackdoorResource extends Object
| Constructor and Description |
|---|
LicenseBackdoorResource(LicenseManager licenseManager) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
applyLicense(String quotedLicense)
Applies the given license to the current product.
|
Set<String> |
getProductKeys() |
boolean |
isDataCenter() |
public LicenseBackdoorResource(LicenseManager licenseManager)
public boolean isDataCenter()
public javax.ws.rs.core.Response applyLicense(String quotedLicense)
quotedLicense - the license to apply, wrapped in JSON's double quotesCopyright © 2020 Atlassian. All rights reserved.