|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LicenseDescriptor
Provides access to License information.
Method Summary | |
---|---|
java.lang.Integer |
getDays()
Gets the length (in days) of license validity |
java.lang.String |
getHeartBeatUrl()
Gets an alternative URL that the heart beat should post data to, or null if the default URL is to be used. |
java.security.Principal |
getHolder()
Gets the holder of the license |
java.util.Date |
getIssued()
Gets the date license was issued |
java.security.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. |
java.lang.Long |
getMaxDocs()
Gets the maximum number of documents. |
java.lang.Long |
getMaxUsers()
Gets the maximum number of users. |
java.lang.Integer |
getRemainingDays()
Ges the number of remaining days left on license |
java.lang.String |
getSubject()
Gets the subject of the license |
java.util.Date |
getValidUntil()
Gets the date license is valid till |
boolean |
isHeartBeatDisabled()
Does this license allow the heartbeat to be disabled? |
Method Detail |
---|
java.util.Date getIssued()
java.util.Date getValidUntil()
java.lang.Integer getDays()
java.lang.Integer getRemainingDays()
java.lang.String getSubject()
java.security.Principal getHolder()
java.security.Principal getIssuer()
boolean isHeartBeatDisabled()
true
if this license allow the heartbeat to be disabledjava.lang.String getHeartBeatUrl()
null
if the default URL is to be used.
null
java.lang.Long getMaxDocs()
null
if there is no limitjava.lang.Long getMaxUsers()
null
if there is no limitRepoUsage.LicenseMode getLicenseMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |