|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.customware.license.support.simple.SimpleLicenseParam
net.customware.license.atlassian.AtlassianLicenseParam
net.customware.license.confluence.ConfluenceLicenseParam
public abstract class ConfluenceLicenseParam
An implementation of the SimpleLicenseManager with defaults
appropriate for most Confluence plugins. Specifically:
| Constructor Summary | |
|---|---|
ConfluenceLicenseParam()
|
|
| Method Summary | |
|---|---|
static com.atlassian.license.LicenseType |
findLicenseType(int id)
|
static java.util.Collection<com.atlassian.license.LicenseType> |
findLicenseTypes()
|
java.lang.Object |
getContext()
Returns the Confluence LicenseContext. |
static net.customware.license.atlassian.LicenseContext |
getLicenseContext()
Returns the LicenseContext for |
com.atlassian.license.LicenseType |
getLicenseType(int id)
|
protected void |
preInit()
Initialises the parameters to use the system preferences by default. |
protected void |
requireLicensePerServer()
|
protected void |
requireLicensePerUser()
|
| Methods inherited from class net.customware.license.support.simple.SimpleLicenseParam |
|---|
addExemption, addRestriction, checkLock, getCipherParam, getCipherPassword, getExemptions, getKeyAlias, getKeyStoreParam, getPreferences, getRestrictions, getSubject, init, isLocked, postInit, setContext, setKeyAlias, setPreferences, setPrivatePassword, setPublicPassword, setStoreBytes, setStoreProvider, setSubject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfluenceLicenseParam()
| Method Detail |
|---|
public static com.atlassian.license.LicenseType findLicenseType(int id)
public static java.util.Collection<com.atlassian.license.LicenseType> findLicenseTypes()
public static net.customware.license.atlassian.LicenseContext getLicenseContext()
public com.atlassian.license.LicenseType getLicenseType(int id)
getLicenseType in class net.customware.license.atlassian.AtlassianLicenseParamprotected void preInit()
SimpleLicenseParam.init() method by calling
requireLicensePerUser() or
SimpleLicenseParam.setPreferences(java.util.prefs.Preferences).
preInit in class net.customware.license.support.simple.SimpleLicenseParamprotected void requireLicensePerServer()
protected void requireLicensePerUser()
public java.lang.Object getContext()
LicenseContext.
getContext in interface net.customware.license.support.ValidatingLicenseParamgetContext in class net.customware.license.support.simple.SimpleLicenseParamgetLicenseContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||