Uses of Class
jetbrains.buildServer.license.JwtLicenseKey
-
Packages that use JwtLicenseKey Package Description jetbrains.buildServer.license jetbrains.buildServer.license.jba -
-
Uses of JwtLicenseKey in jetbrains.buildServer.license
Methods in jetbrains.buildServer.license that return JwtLicenseKey Modifier and Type Method Description JwtLicenseKeyServerLicenseList. getJwtLicense()Methods in jetbrains.buildServer.license with parameters of type JwtLicenseKey Modifier and Type Method Description voidServerLicenseManager. markJwtLicenseAsExpiredIfNeeded(JwtLicenseKey key)voidServerLicenseList. setJwtLicense(JwtLicenseKey key) -
Uses of JwtLicenseKey in jetbrains.buildServer.license.jba
Methods in jetbrains.buildServer.license.jba with parameters of type JwtLicenseKey Modifier and Type Method Description URLJBAClient. getDeactivationUrl(JwtLicenseKey licenseToDeactivate)Generates and returns product deactivation URL Representation: LICENSE_URL/license/deactivate?product=...&instPubKey=...&selfSign=...&licenseKey=...URLJBAClientImpl. getDeactivationUrl(JwtLicenseKey licenseToDeactivate)URLSecureJBAClient. getDeactivationUrl(JwtLicenseKey licenseToDeactivate)URLJBAClient. getTeamUrl(JwtLicenseKey licenseKey)Returns URL to the JBA team, which owns given license key.URLJBAClientImpl. getTeamUrl(JwtLicenseKey licenseKey)URLSecureJBAClient. getTeamUrl(JwtLicenseKey licenseKey)
-