- getActive() - Method in class com.licensespring.License
-
- getCheckPeriod() - Method in class com.licensespring.LicenseSpringConfiguration
-
Period of invocation.
- getCurrent() - Method in class com.licensespring.LicenseManager
-
Returns the license from the local license file
Updates the usage timestamp
if offline mode, check locally for clock tampering before setting usage timestamp
- getData() - Method in class com.licensespring.License
-
Server license data - both online and offline activation data is stored in this field
- getEnabled() - Method in class com.licensespring.License
-
- getGracePeriodDays() - Method in class com.licensespring.LicenseSpringConfiguration
-
Period, in days, in which the SDK ignores infrastructural issues on check Call.
- getHardwareId() - Method in class com.licensespring.License
-
hardware id for which this license data has been activated for
- getIdentity() - Method in class com.licensespring.License
-
The license identity - licenseKey or username is kept in this field
- getInstallationFile() - Method in class com.licensespring.License
-
Information on the location of potential installation files.
- getInstallationFile(LicenseIdentity) - Method in class com.licensespring.LicenseManager
-
Gets the latest installation file for the product.
- getInstance() - Static method in class com.licensespring.LicenseManager
-
Thread-safe method to obtain the instance of LicenseManager
- getLastCheck() - Method in class com.licensespring.License
-
Last time the check was performed on this
- getLastUsage() - Method in class com.licensespring.License
-
Gets updated each time the application runs
- getLicenseFilePath() - Method in class com.licensespring.LicenseSpringConfiguration
-
Custom path for the local file
- getLocalConsumptions() - Method in class com.licensespring.License
-
Consumptions which are tracked locally.
- getLocalFeatureConsumptions() - Method in class com.licensespring.License
-
Map which used to increase local feature consumptions.
- getMaxActivations() - Method in class com.licensespring.License
-
- getMaxConsumptions() - Method in class com.licensespring.License
-
- getProduct() - Method in class com.licensespring.License
-
- getProductDetails() - Method in class com.licensespring.LicenseManager
-
Fetches product data from the server
- getRemoteExpired() - Method in class com.licensespring.License
-
- getRepository() - Method in class com.licensespring.License
-
- getService() - Method in class com.licensespring.License
-
- getTimesActivated() - Method in class com.licensespring.License
-
- getTotalConsumptions() - Method in class com.licensespring.License
-
- getTrialLicense(String) - Method in class com.licensespring.LicenseManager
-
For a trial period an email must be provided
- getTrialLicense(Customer) - Method in class com.licensespring.LicenseManager
-
For a trial period an email must be provided
- getVersions(LicenseIdentity) - Method in class com.licensespring.LicenseManager
-
Gets all the available versions for the product configured via configuration settings
- gracePeriodDays(int) - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
-
- identity(LicenseIdentity) - Method in class com.licensespring.License.LicenseBuilder
-
The license identity - licenseKey or username is kept in this field
- ignoreServerExceptions(boolean) - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
-
Disable the need to contact LS servers for checking of license.
- increaseConsumption() - Method in class com.licensespring.License
-
Increases local consumptions by 1.
- increaseConsumption(int) - Method in class com.licensespring.License
-
Increases local consumptions by the parameter provided.
- increaseFeatureConsumption(String) - Method in class com.licensespring.License
-
Increases by 1 the consumptions of a feature provided.
- increaseFeatureConsumption(String, int) - Method in class com.licensespring.License
-
Increases by increment the consumptions of a feature provided.
- initialize(LicenseSpringConfiguration) - Method in class com.licensespring.LicenseManager
-
Should be called once per runtime.
- initialize(LicenseSpringConfiguration, LicenseRepository) - Method in class com.licensespring.LicenseManager
-
Should be called once per runtime.
- installationFile(LicenseRequest) - Method in interface com.licensespring.api.LicenseClientAPI
-
Gets the latest installation file for the product.
- installationFile(LicenseRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
-
Throws exception when invoked.
- installationFile(InstallationFile) - Method in class com.licensespring.License.LicenseBuilder
-
Information on the location of potential installation files.
- isEnablePeriodicCheck() - Method in class com.licensespring.LicenseSpringConfiguration
-
Should the Consumption APIs be invoked periodically.
- isExpired() - Method in class com.licensespring.License
-
Checks if license has expired locally
- isIgnoreServerExceptions() - Method in class com.licensespring.LicenseSpringConfiguration
-
Disable the need to contact LS servers for checking of license.
- isInitialized() - Method in class com.licensespring.LicenseManager
-
Checks if the LicenseManger has been initialized
- isOfflineMode() - Method in class com.licensespring.LicenseSpringConfiguration
-
Enable offline mode.