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 JwtLicenseKey
ServerLicenseList. getJwtLicense()
Methods in jetbrains.buildServer.license with parameters of type JwtLicenseKey Modifier and Type Method Description void
ServerLicenseManager. markJwtLicenseAsExpiredIfNeeded(JwtLicenseKey key)
void
ServerLicenseList. 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 URL
JBAClient. getDeactivationUrl(JwtLicenseKey licenseToDeactivate)
Generates and returns product deactivation URL Representation: LICENSE_URL/license/deactivate?product=...&instPubKey=...&selfSign=...&licenseKey=...URL
JBAClientImpl. getDeactivationUrl(JwtLicenseKey licenseToDeactivate)
URL
SecureJBAClient. getDeactivationUrl(JwtLicenseKey licenseToDeactivate)
URL
JBAClient. getTeamUrl(JwtLicenseKey licenseKey)
Returns URL to the JBA team, which owns given license key.URL
JBAClientImpl. getTeamUrl(JwtLicenseKey licenseKey)
URL
SecureJBAClient. getTeamUrl(JwtLicenseKey licenseKey)
-