Uses of Interface
ch.autumo.commons.application.LicensedApplication
Package
Description
Application; base application for console/server & versioning, security, registering and licensing foundation.
Console tools and ANSI colors.
License Management and license handler interface.
-
Uses of LicensedApplication in ch.autumo.commons.application
-
Uses of LicensedApplication in ch.autumo.commons.console
Modifier and TypeMethodDescriptionfinal LicensedApplication
AbstractConsoleTool.getLicensedApplication()
Get a licensed application instance. -
Uses of LicensedApplication in ch.autumo.commons.utils.license
Modifier and TypeMethodDescriptionboolean
DummyLicenseHandler.checkOnlineLicense
(LicensedApplication app) boolean
LicenseHandler.checkOnlineLicense
(LicensedApplication app) Read license key file and unregister if invalid.DummyLicenseHandler.checkRegistration
(LicensedApplication app) LicenseHandler.checkRegistration
(LicensedApplication app) Check registration state and set application to registered or unregistered.boolean
DummyLicenseHandler.checkRuntimeLicense
(LicensedApplication app, Properties baseProps, String baseFile) boolean
LicenseHandler.checkRuntimeLicense
(LicensedApplication app, Properties baseProps, String baseFile) Check runtime license, is it a limited or unlimited version.DummyLicenseHandler.createRegKey
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) LicenseHandler.createRegKey
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) Create a register key that can be converted to a license key.boolean
DummyLicenseHandler.decreaseOnlineLicense
(LicensedApplication app) boolean
LicenseHandler.decreaseOnlineLicense
(LicensedApplication app) Decrease online license count.String[]
DummyLicenseHandler.getLicenseKey
(LicensedApplication app) String[]
LicenseHandler.getLicenseKey
(LicensedApplication app) Get license key and state from key file.String[]
DummyLicenseHandler.getOnlineLicState
(LicensedApplication app) String[]
DummyLicenseHandler.getOnlineLicState
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) String[]
DummyLicenseHandler.getOnlineLicState
(LicensedApplication app, Properties userInfo) String[]
LicenseHandler.getOnlineLicState
(LicensedApplication app) Get online license state.String[]
LicenseHandler.getOnlineLicState
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) Get online license state.String[]
LicenseHandler.getOnlineLicState
(LicensedApplication app, Properties userInfo) Get online license state.DummyLicenseHandler.loadLicenseInfo
(LicensedApplication app) LicenseHandler.loadLicenseInfo
(LicensedApplication app) Load license info from license.info.void
DummyLicenseHandler.makeLicenseKeyFile
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email, String licState) void
LicenseHandler.makeLicenseKeyFile
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email, String licState) Make a license key with given registration key and state!void
DummyLicenseHandler.storeLicenseInfo
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) void
LicenseHandler.storeLicenseInfo
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email) Store license info as license.info.void
DummyLicenseHandler.updateLicenseKeyFile
(LicensedApplication app, String licKey, String newLicState) void
LicenseHandler.updateLicenseKeyFile
(LicensedApplication app, String licKey, String newLicState) Update license key with new state.boolean
DummyLicenseHandler.validateLicenseKey
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email, String licKey) boolean
LicenseHandler.validateLicenseKey
(LicensedApplication app, String fname, String lname, String city, String company, String country, String email, String licKey) Validate a license key given.ModifierConstructorDescriptionInlineChecks
(LicensedApplication app, String inlineCheckString) Inline checks.