|
|||||||||
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 |
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |