public interface LicenseDescriptor
| Modifier and Type | Method and Description |
|---|---|
String |
getCloudSyncKey()
Get the cloud sync key or
null |
Integer |
getDays()
Gets the length (in days) of license validity
|
Map<String,Object> |
getExtras()
Get the extra public parameters in the license.
|
String |
getHeartBeatUrl()
Gets an alternative URL that the heart beat should post data to, or
null if the default URL is to be used. |
Principal |
getHolder()
Gets the holder of the license
|
String |
getHolderOrganisation()
Gets the Organisation that the license was granted to.
|
Date |
getIssued()
Gets the date license was issued
|
Principal |
getIssuer()
Gets the issuer of the license
|
RepoUsage.LicenseMode |
getLicenseMode()
Get the license mode e.g TEAM or ENTERPRISE or any future license mode.
|
Long |
getMaxDocs()
Gets the maximum number of documents.
|
Long |
getMaxUsers()
Gets the maximum number of users.
|
Integer |
getRemainingDays()
Ges the number of remaining days left on license
|
String |
getSubject()
Gets the subject of the license
|
String |
getTransformationServerExpiryDate()
ATS Transformation Server Expiry Date
|
Date |
getValidUntil()
Gets the date license is valid till
|
boolean |
isClusterEnabled()
Does this license allow clustering?
|
boolean |
isCryptodocEnabled()
Does this license allow cryptodoc
|
boolean |
isHeartBeatDisabled()
Does this license allow the heartbeat to be disabled?
|
Date getIssued()
Date getValidUntil()
Integer getDays()
Integer getRemainingDays()
String getSubject()
Principal getHolder()
String getHolderOrganisation()
Principal getIssuer()
boolean isHeartBeatDisabled()
true if this license allow the heartbeat to be disabledString getHeartBeatUrl()
null if the default URL is to be used.nullLong getMaxDocs()
null if there is no limitLong getMaxUsers()
null if there is no limitRepoUsage.LicenseMode getLicenseMode()
String getCloudSyncKey()
nullboolean isClusterEnabled()
true if the license allows clusteringboolean isCryptodocEnabled()
true if the license allows cryptodocString getTransformationServerExpiryDate()
nullCopyright © 2005–2018 Alfresco Software. All rights reserved.