public interface LicenseData
Modifier and Type | Interface and Description |
---|---|
static class |
LicenseData.Disabled |
Modifier and Type | Field and Description |
---|---|
static LicenseData |
DISABLED |
Modifier and Type | Method and Description |
---|---|
void |
extraChecks() |
long |
getExpirationTimestamp() |
Collection<String> |
getLicensedServers() |
String |
getLicensee() |
StructureLicenseType |
getLicenseType() |
long |
getMaintenanceExpirationDate() |
int |
getMaximumNumberOfUsers() |
String |
getSerial() |
long |
getSerialNumber() |
boolean |
hasExpiration() |
boolean |
hasMaintenanceExpiration() |
boolean |
isMarketplaceLicense() |
boolean |
isServerLocked() |
boolean |
isUnlimitedNumberOfUsers() |
static final LicenseData DISABLED
String getLicensee()
StructureLicenseType getLicenseType()
@Nullable String getSerial()
long getSerialNumber()
long getExpirationTimestamp()
long getMaintenanceExpirationDate()
Collection<String> getLicensedServers()
boolean isServerLocked()
int getMaximumNumberOfUsers()
boolean isUnlimitedNumberOfUsers()
void extraChecks() throws LicenseException
LicenseException
boolean hasExpiration()
boolean hasMaintenanceExpiration()
boolean isMarketplaceLicense()
Copyright © 2018 ALM Works. All Rights Reserved.