Package step.plugins.licensing
Class StepLicenseManager
- java.lang.Object
-
- step.plugins.licensing.StepLicenseManager
-
public class StepLicenseManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StepLicenseManager(java.io.File licenseFile, java.lang.String licenseServerUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkCurrentUserLimit(step.core.access.UserAccessor userAccessor)
boolean
checkModule(java.lang.String module)
void
checkUserLimitForProjectedNumber(step.core.access.UserAccessor userAccessor, int additionalNumber)
-
-
-
Method Detail
-
checkModule
public boolean checkModule(java.lang.String module)
-
checkCurrentUserLimit
public void checkCurrentUserLimit(step.core.access.UserAccessor userAccessor) throws ch.exense.licensing.LicensingException
- Throws:
ch.exense.licensing.LicensingException
-
checkUserLimitForProjectedNumber
public void checkUserLimitForProjectedNumber(step.core.access.UserAccessor userAccessor, int additionalNumber) throws ch.exense.licensing.LicensingException
- Throws:
ch.exense.licensing.LicensingException
-
-