public class

SalLicenseBackdoor

extends Object
java.lang.Object
   ↳ com.atlassian.jira.dev.backdoor.sal.SalLicenseBackdoor

Summary

Nested Classes
class SalLicenseBackdoor.BaseLicenseDetailsTO  
class SalLicenseBackdoor.MultiProductLicenseDetailsTO  
class SalLicenseBackdoor.ProductLicenseTO  
class SalLicenseBackdoor.ValidationResultTO  
Public Constructors
SalLicenseBackdoor(LicenseHandler licenseHandler)
Public Methods
Response decodeLicense(SalLicenseBackdoor.ProductLicenseTO licenseResponse)
Response deleteProductLicense(String productKey)
Response getAllProductKeys()
Response getAllProductLicenseDetails()
Response getProductLicense(String productKey)
Response getProductLicenseDetails(String productKey)
Response getServerId()
Response getSupportEntitlementNumber()
Response hostAllowsCustomProducts()
Response hostAllowsMultipleLicenses()
Response ping()
Response setProductLicense(SalLicenseBackdoor.ProductLicenseTO productLicense)
Response validateLicenseString(SalLicenseBackdoor.ProductLicenseTO licenseResponse)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SalLicenseBackdoor (LicenseHandler licenseHandler)

Public Methods

public Response decodeLicense (SalLicenseBackdoor.ProductLicenseTO licenseResponse)

public Response deleteProductLicense (String productKey)

public Response getAllProductKeys ()

public Response getAllProductLicenseDetails ()

public Response getProductLicense (String productKey)

public Response getProductLicenseDetails (String productKey)

public Response getServerId ()

public Response getSupportEntitlementNumber ()

public Response hostAllowsCustomProducts ()

public Response hostAllowsMultipleLicenses ()

public Response ping ()

public Response setProductLicense (SalLicenseBackdoor.ProductLicenseTO productLicense)

public Response validateLicenseString (SalLicenseBackdoor.ProductLicenseTO licenseResponse)