java.lang.Object |
↳ |
com.atlassian.jira.license.LicenseDetailsFactoryImpl.JiraProductLicenseManager |
This class is an internal implementation detail and will change without notice.
Clients that depend on
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to
@Internal
elements).
Class Overview
JIRA internal license manager used for decoding license keys.
Do not use this API outside of jira core module.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
Public Methods
@Internal
@Nonnull
public
JiraProductLicense
getProductLicense
(String licenseKey)
This method is an internal implementation detail and will change without notice.
Clients that depend on
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to
@Internal
elements).
Decode a valid license key into JiraProductLicense
. If the
provided license key is an undecodable or not a JIRA Product license key then a com.atlassian.extras.api.LicenseException is thrown.
Parameters
licenseKey
| license key for a JIRA product. |
Throws
LicenseException
| if there are any errors in handling the license.
|