Uses of Class
jetbrains.buildServer.license.InvalidLicenseKeyException
-
-
Uses of InvalidLicenseKeyException in jetbrains.buildServer.license
Methods in jetbrains.buildServer.license that throw InvalidLicenseKeyException Modifier and Type Method Description LicenseKey
ServerLicenseManager. addJwtKey(String key)
-
Uses of InvalidLicenseKeyException in jetbrains.buildServer.license.decoder
Methods in jetbrains.buildServer.license.decoder that throw InvalidLicenseKeyException Modifier and Type Method Description JwtLicenseInfoData
JwtLicenseDecoder. decodeLicenseKey(String licenseKey)
T
LicenseDecoder. decodeLicenseKey(String licenseKey)
static String
Pre50LicenseDecoder. decodeLicenseKey(String licenseKey)
ServerLicenseInfo
ServerLicenseDecoder. decodeLicenseKey(String licenseKey)
-
Uses of InvalidLicenseKeyException in jetbrains.buildServer.license.util
Methods in jetbrains.buildServer.license.util that throw InvalidLicenseKeyException Modifier and Type Method Description static int
LicenseUtil. decodeGroup(String group)
static BigInteger
LicenseUtil. decodeGroups(String key)
-
Uses of InvalidLicenseKeyException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw InvalidLicenseKeyException Modifier and Type Method Description LicenseKey
LicenseKeysManager. addJwtKey(String key)
Adds JWT key. -
Uses of InvalidLicenseKeyException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw InvalidLicenseKeyException Modifier and Type Method Description LicenseKey
SecuredLicenseKeysManager. addJwtKey(String key)
-