public class SalLicenseBackdoor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SalLicenseBackdoor.BaseLicenseDetailsTO |
static class |
SalLicenseBackdoor.MultiProductLicenseDetailsTO |
static class |
SalLicenseBackdoor.ProductLicenseTO |
static class |
SalLicenseBackdoor.ValidationResultTO |
Constructor and Description |
---|
SalLicenseBackdoor(com.atlassian.sal.api.license.LicenseHandler licenseHandler) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
decodeLicense(SalLicenseBackdoor.ProductLicenseTO licenseResponse) |
javax.ws.rs.core.Response |
deleteProductLicense(String productKey) |
javax.ws.rs.core.Response |
getAllProductKeys() |
javax.ws.rs.core.Response |
getAllProductLicenseDetails() |
javax.ws.rs.core.Response |
getProductLicense(String productKey) |
javax.ws.rs.core.Response |
getProductLicenseDetails(String productKey) |
javax.ws.rs.core.Response |
getServerId() |
javax.ws.rs.core.Response |
getSupportEntitlementNumber() |
javax.ws.rs.core.Response |
hostAllowsCustomProducts() |
javax.ws.rs.core.Response |
hostAllowsMultipleLicenses() |
javax.ws.rs.core.Response |
ping() |
javax.ws.rs.core.Response |
setProductLicense(SalLicenseBackdoor.ProductLicenseTO productLicense) |
javax.ws.rs.core.Response |
validateLicenseString(SalLicenseBackdoor.ProductLicenseTO licenseResponse) |
public SalLicenseBackdoor(com.atlassian.sal.api.license.LicenseHandler licenseHandler)
public javax.ws.rs.core.Response setProductLicense(SalLicenseBackdoor.ProductLicenseTO productLicense)
public javax.ws.rs.core.Response deleteProductLicense(String productKey)
public javax.ws.rs.core.Response getProductLicense(String productKey)
public javax.ws.rs.core.Response getAllProductKeys()
public javax.ws.rs.core.Response getProductLicenseDetails(String productKey)
public javax.ws.rs.core.Response getAllProductLicenseDetails()
public javax.ws.rs.core.Response validateLicenseString(SalLicenseBackdoor.ProductLicenseTO licenseResponse)
public javax.ws.rs.core.Response decodeLicense(SalLicenseBackdoor.ProductLicenseTO licenseResponse)
public javax.ws.rs.core.Response getServerId()
public javax.ws.rs.core.Response getSupportEntitlementNumber()
public javax.ws.rs.core.Response hostAllowsCustomProducts()
public javax.ws.rs.core.Response hostAllowsMultipleLicenses()
public javax.ws.rs.core.Response ping()
Copyright © 2002-2024 Atlassian. All Rights Reserved.