A C E F G I L N P R S U 

A

AbstractBandanaPreferences - Class in net.customware.license.confluence.prefs
 
AbstractBandanaPreferences(BandanaContext) - Constructor for class net.customware.license.confluence.prefs.AbstractBandanaPreferences
 
AbstractBandanaPreferences(BandanaContext, AbstractBandanaPreferences, String) - Constructor for class net.customware.license.confluence.prefs.AbstractBandanaPreferences
 
AbstractLicenseAction - Class in net.customware.license.confluence
This class provides the basline for allowing plugins to install their own license key.
AbstractLicenseAction() - Constructor for class net.customware.license.confluence.AbstractLicenseAction
 

C

checkRestriction(Object, SimpleLicenseContent, Object) - Method in class net.customware.license.confluence.restriction.ServerIdRestriction
 
childSpi(String) - Method in class net.customware.license.confluence.prefs.ConfluenceSpacePreferences
 
childSpi(String) - Method in class net.customware.license.confluence.prefs.ConfluenceSystemPreferences
 
childSpi(String) - Method in class net.customware.license.confluence.prefs.ConfluenceUserPreferences
 
ConfluenceLicenseManager - Class in net.customware.license.confluence
 
ConfluenceLicenseManager() - Constructor for class net.customware.license.confluence.ConfluenceLicenseManager
 
ConfluenceLicenseManager(ClassLoader) - Constructor for class net.customware.license.confluence.ConfluenceLicenseManager
 
ConfluenceLicenseManager(ConfluenceLicenseParam, ClassLoader) - Constructor for class net.customware.license.confluence.ConfluenceLicenseManager
 
ConfluenceLicenseManager(ConfluenceLicenseParam, EventPublisher) - Constructor for class net.customware.license.confluence.ConfluenceLicenseManager
 
ConfluenceLicenseParam - Class in net.customware.license.confluence
An implementation of the AtlassianLicenseManager with defaults appropriate for most Confluence plugins.
ConfluenceLicenseParam(LicenseManager) - Constructor for class net.customware.license.confluence.ConfluenceLicenseParam
 
ConfluencePreferencesFactory - Class in net.customware.license.confluence.prefs
 
ConfluencePreferencesFactory(LicenseManager) - Constructor for class net.customware.license.confluence.prefs.ConfluencePreferencesFactory
 
ConfluenceSpacePreferences - Class in net.customware.license.confluence.prefs
 
ConfluenceSpacePreferences(Space) - Constructor for class net.customware.license.confluence.prefs.ConfluenceSpacePreferences
 
ConfluenceSpacePreferences(ConfluenceSpacePreferences, String) - Constructor for class net.customware.license.confluence.prefs.ConfluenceSpacePreferences
 
ConfluenceSpacePreferences(String) - Constructor for class net.customware.license.confluence.prefs.ConfluenceSpacePreferences
 
ConfluenceSystemPreferences - Class in net.customware.license.confluence.prefs
This is an incomplete implementation of the Preferences API, with only enough implemented to support the TrueLicense API.
ConfluenceSystemPreferences(LicenseManager) - Constructor for class net.customware.license.confluence.prefs.ConfluenceSystemPreferences
 
ConfluenceSystemPreferences(ConfluenceSystemPreferences, String, LicenseManager) - Constructor for class net.customware.license.confluence.prefs.ConfluenceSystemPreferences
 
ConfluenceUserPreferences - Class in net.customware.license.confluence.prefs
 
ConfluenceUserPreferences() - Constructor for class net.customware.license.confluence.prefs.ConfluenceUserPreferences
 
ConfluenceUserPreferences(ConfluenceUserPreferences, String) - Constructor for class net.customware.license.confluence.prefs.ConfluenceUserPreferences
 
createLicenseManager() - Method in class net.customware.license.confluence.AbstractLicenseAction
Called to create the license manager for this plugin.
createLicenseManager() - Method in class net.customware.license.confluence.LicensedBaseMacro
This method is called to initially create the license manager.
createLicenseManager() - Method in class net.customware.license.confluence.LicensedConfluenceMacro
This method is called to create the license manager.

E

EvaluationLicenseTypeExemption - Class in net.customware.license.confluence.exemption
An exemption for standard Confluence 'Evaluation' or 'Demo' licenses.
EvaluationLicenseTypeExemption() - Constructor for class net.customware.license.confluence.exemption.EvaluationLicenseTypeExemption
 
execute() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
execute(Map, String, RenderContext) - Method in class net.customware.license.confluence.LicensedBaseMacro
 
execute(MacroInfo) - Method in class net.customware.license.confluence.LicensedConfluenceMacro
 
executeUnverified(Map<String, String>, String, RenderContext, Exception) - Method in class net.customware.license.confluence.LicensedBaseMacro
This method is executed when verification fails.
executeUnverified(MacroInfo, Exception) - Method in class net.customware.license.confluence.LicensedConfluenceMacro
This method is executed when verification fails.
executeVerified(Map<String, String>, String, RenderContext) - Method in class net.customware.license.confluence.LicensedBaseMacro
Executed if the current license is verified - that is, the macro can execute successfully.
executeVerified(MacroInfo) - Method in class net.customware.license.confluence.LicensedConfluenceMacro
This method is called when the plugin has its license successfully verified - that is, the macro can be used.

F

findLicenseType(int) - Static method in class net.customware.license.confluence.ConfluenceLicenseParam
 
findLicenseTypes() - Static method in class net.customware.license.confluence.ConfluenceLicenseParam
 
FreeLicenseTypeExemption - Class in net.customware.license.confluence.exemption
A simple exemption to allow instances with the standard 'free' license types to use the plugin for free.
FreeLicenseTypeExemption() - Constructor for class net.customware.license.confluence.exemption.FreeLicenseTypeExemption
 

G

getAbsoluteEulaPath() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getBandanaManager() - Method in class net.customware.license.confluence.prefs.AbstractBandanaPreferences
 
getConfluenceLicenseParam() - Method in class net.customware.license.confluence.ConfluenceLicenseManager
 
getContext() - Method in class net.customware.license.confluence.ConfluenceLicenseParam
Returns the Confluence LicenseContext.
getEulaPath() - Method in class net.customware.license.confluence.AbstractLicenseAction
Returns the Confluence-relative path to the EULA text.
getInstall() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getLicenseContent() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getLicenseContext() - Static method in class net.customware.license.confluence.ConfluenceLicenseParam
Returns the LicenseContext for
getLicenseExpiring() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getLicenseHolder() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getLicenseIssuer() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getLicenseManager() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getLicenseManager() - Method in class net.customware.license.confluence.LicensedBaseMacro
 
getLicenseManager() - Method in class net.customware.license.confluence.LicensedConfluenceMacro
Provides the license manager for this macro.
getLicenseText() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getLicenseType(int) - Method in class net.customware.license.confluence.ConfluenceLicenseParam
 
getMultiPartRequest() - Method in class net.customware.license.confluence.AbstractLicenseAction
 
getPluginName() - Method in class net.customware.license.confluence.AbstractLicenseAction
Returns the name of the plugin, for use in the user interface.
getServerId(SimpleLicenseContent) - Static method in class net.customware.license.confluence.restriction.ServerIdRestriction
 
getSpi(String) - Method in class net.customware.license.confluence.prefs.AbstractBandanaPreferences
 
getSpi(String) - Method in class net.customware.license.confluence.prefs.ConfluenceUserPreferences
 
getUninstall() - Method in class net.customware.license.confluence.AbstractLicenseAction
 

I

isExempt(Object) - Method in class net.customware.license.confluence.exemption.EvaluationLicenseTypeExemption
 
isUserNode() - Method in class net.customware.license.confluence.prefs.ConfluenceUserPreferences
Returns true.

L

LicensedBaseMacro - Class in net.customware.license.confluence
This is an extension of the BaseMacro which checks for a valid license being installed before continuing with normal execution of the macro.
LicensedBaseMacro() - Constructor for class net.customware.license.confluence.LicensedBaseMacro
 
LicensedConfluenceMacro - Class in net.customware.license.confluence
This is an extension of the ConfluenceMacro which checks for a valid license being installed before continuing with normal execution of the macro.
LicensedConfluenceMacro(EnvironmentAssistant, XhtmlContent, I18NAssistant) - Constructor for class net.customware.license.confluence.LicensedConfluenceMacro
 
licenseManager - Variable in class net.customware.license.confluence.ConfluenceLicenseParam
 

N

net.customware.license.confluence - package net.customware.license.confluence
 
net.customware.license.confluence.exemption - package net.customware.license.confluence.exemption
 
net.customware.license.confluence.prefs - package net.customware.license.confluence.prefs
 
net.customware.license.confluence.restriction - package net.customware.license.confluence.restriction
 

P

putSpi(String, String) - Method in class net.customware.license.confluence.prefs.AbstractBandanaPreferences
 
putSpi(String, String) - Method in class net.customware.license.confluence.prefs.ConfluenceUserPreferences
 

R

removeSpi(String) - Method in class net.customware.license.confluence.prefs.AbstractBandanaPreferences
 
removeSpi(String) - Method in class net.customware.license.confluence.prefs.ConfluenceUserPreferences
 
requireLicensePerServer() - Method in class net.customware.license.confluence.ConfluenceLicenseParam
 
requireLicensePerUser() - Method in class net.customware.license.confluence.ConfluenceLicenseParam
 

S

ServerIdRestriction - Class in net.customware.license.confluence.restriction
Restricts the license to be used with a specific Confluence Server ID.
ServerIdRestriction() - Constructor for class net.customware.license.confluence.restriction.ServerIdRestriction
 
setInstall(String) - Method in class net.customware.license.confluence.AbstractLicenseAction
 
setLicenseText(String) - Method in class net.customware.license.confluence.AbstractLicenseAction
 
setServerId(SimpleLicenseContent, String) - Static method in class net.customware.license.confluence.restriction.ServerIdRestriction
 
setUninstall(String) - Method in class net.customware.license.confluence.AbstractLicenseAction
 
systemRoot() - Method in class net.customware.license.confluence.prefs.ConfluencePreferencesFactory
 

U

userRoot() - Method in class net.customware.license.confluence.prefs.ConfluencePreferencesFactory
 
A C E F G I L N P R S U 

Copyright © 2013 ServiceRocket. All rights reserved.