Class SubscriptionLicenseDetails

java.lang.Object
com.atlassian.jira.license.DefaultLicenseDetails
com.atlassian.jira.license.SubscriptionLicenseDetails
All Implemented Interfaces:
LicenseDetails

public class SubscriptionLicenseDetails extends DefaultLicenseDetails

Subclass of DefaultLicenseDetails for implementing enterprise license-specific behaviour. There are currently 2 kinds of enterprise license: DataCenter (which enables clustering) and ELA (Enterprise License Agreement, which allows use of all Atlassian products). Both of these are issued on a subscription basis, and behave differently on expiry.

As the name suggests, licenses represented by this class have a finite expiry date, representing the end of the current subscription period.

Since:
v6.3
See Also: