Package step.plugins.licensing
Interface StepLicenseManager
-
- All Superinterfaces:
ch.exense.licensing.client.LicenseManager
- All Known Implementing Classes:
StepLicenseManagerImplementation
public interface StepLicenseManager extends ch.exense.licensing.client.LicenseManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ch.exense.licensing.model.LicensingContext
getManagerContext()
int
getStepLicenseConfigurationVersion()
java.util.List<StepUserCategorySpecification>
getStepUserCategorySpecifications()
-
-
-
Method Detail
-
getStepLicenseConfigurationVersion
int getStepLicenseConfigurationVersion()
-
getManagerContext
ch.exense.licensing.model.LicensingContext getManagerContext()
-
getStepUserCategorySpecifications
java.util.List<StepUserCategorySpecification> getStepUserCategorySpecifications()
-
-