public interface License
Modifier and Type | Interface and Description |
---|---|
static interface |
License.Role |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return the description contained in the license.
|
String |
getLicenseString()
Return the raw license key.
|
com.atlassian.extras.api.LicenseType |
getLicenseType()
Return the
LicenseType for the license. |
io.atlassian.fugue.Option<Date> |
getMaintenanceExpiryDate()
Return the maintenance expiry of the license or
Option.none() if its a
perpetual license. |
String |
getOrganisation()
Return the organisation in the license.
|
String |
getProperty(String property) |
Map<String,License.Role> |
getRoles()
Return a map of the roles in the license.
|
String |
getSen()
Return the SEN in the license.
|
io.atlassian.fugue.Option<Date> |
getSubscriptionExpiryDate()
Return the expiry date of the license or
Option.none() if its a perpetual license. |
boolean |
isEvaluation()
Is the license an evaluation license?
|
String getLicenseString()
String getDescription()
String getOrganisation()
String getSen()
boolean isEvaluation()
io.atlassian.fugue.Option<Date> getSubscriptionExpiryDate()
Option.none()
if its a perpetual license.Option.none()
if its a perpetual license.io.atlassian.fugue.Option<Date> getMaintenanceExpiryDate()
Option.none()
if its a
perpetual license.Option.none()
if its a
perpetual license.Map<String,License.Role> getRoles()
com.atlassian.extras.api.LicenseType getLicenseType()
LicenseType
for the license.Copyright © 2002-2022 Atlassian. All Rights Reserved.