Skip navigation links
A B C D E G H I L O P R S T V 

A

activateLicence(ActivationRequest) - Method in interface com.licensespring.api.LicenseClientAPI
Activate the license.
activateLicence(ActivationRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.
activateLicense(ActivationLicense) - Method in class com.licensespring.LicenseManager
Activate the license on the remove server.
activateOfflineResponse(LicenseIdentity, String) - Method in class com.licensespring.LicenseManager
Activates the license using ls_activation.lic file that was generated using LicenseSpring platform.
activateOfflineResponse(LicenseIdentity, InputStream) - Method in class com.licensespring.LicenseManager
Activates the license using ls_activation.lic file that was generated using LicenseSpring platform.
active(Boolean) - Method in class com.licensespring.License.LicenseBuilder
 
addConsumption(ConsumptionRequest) - Method in interface com.licensespring.api.LicenseClientAPI
Increases the consumptions by the parameter provided.
addConsumption(ConsumptionRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.
addFeatureConsumption(FeatureConsumptionRequest) - Method in interface com.licensespring.api.LicenseClientAPI
Increases the consumptions of a feature by the provided parameter.
addFeatureConsumption(FeatureConsumptionRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.

B

build() - Method in class com.licensespring.License.LicenseBuilder
 
build() - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
 
builder() - Static method in class com.licensespring.License
 
builder() - Static method in class com.licensespring.LicenseSpringConfiguration
 
buildFeign(LicenseSpringConfiguration, Gson, AuthorizationService) - Static method in class com.licensespring.api.LicenseClientApiFactory
Build LicenseClientAPI from provided parameters.

C

canEqual(Object) - Method in class com.licensespring.License
 
canEqual(Object) - Method in class com.licensespring.LicenseSpringConfiguration
 
checkLicense(ActivationRequest) - Method in interface com.licensespring.api.LicenseClientAPI
Checks if license is valid and syncs local consumptions if configuration property enableLocalCaching is true.
checkLicense(ActivationRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.
checkLicense(License) - Method in class com.licensespring.LicenseManager
Check license call.
checkPeriod(Duration) - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
 
clearLocalStorage() - Method in class com.licensespring.LicenseManager
Clears all local license data.
ClientConfigurationBuilder() - Constructor for class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
 
com.licensespring - package com.licensespring
 
com.licensespring.api - package com.licensespring.api
Package com.licensespring.api contains all classes required to successfully call LicenseClientAPI.
createFromCheck(License, CheckResponse) - Static method in class com.licensespring.License
 

D

data(LicenseData) - Method in class com.licensespring.License.LicenseBuilder
Server license data - both online and offline activation data is stored in this field
daysPassedSinceLastCheck() - Method in class com.licensespring.License
 
daysRemaining() - Method in class com.licensespring.License
 
deactivateLicence(LicenseRequest) - Method in interface com.licensespring.api.LicenseClientAPI
Releases a floating cloud license from current device and syncs local consumptions if configuration property enableLocalCaching is true.
deactivateLicence(LicenseRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.
deactivateLicense(LicenseIdentity) - Method in class com.licensespring.LicenseManager
A license can be deactivated using this method, then the license can be used on another device

E

enabled(Boolean) - Method in class com.licensespring.License.LicenseBuilder
 
enablePeriodicCheck(boolean) - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
 
equals(Object) - Method in class com.licensespring.License
 
equals(Object) - Method in class com.licensespring.LicenseSpringConfiguration
 

G

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
 

H

hardwareId(String) - Method in class com.licensespring.License.LicenseBuilder
hardware id for which this license data has been activated for
hashCode() - Method in class com.licensespring.License
 
hashCode() - Method in class com.licensespring.LicenseSpringConfiguration
 

I

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.

L

lastCheck(ZonedDateTime) - Method in class com.licensespring.License.LicenseBuilder
Last time the check was performed on this
lastUsage(ZonedDateTime) - Method in class com.licensespring.License.LicenseBuilder
Gets updated each time the application runs
License - Class in com.licensespring
SDK's abstraction of the License.
License.LicenseBuilder - Class in com.licensespring
 
LicenseClientAPI - Interface in com.licensespring.api
License APIs
LicenseClientApiFactory - Class in com.licensespring.api
API factory used for building LicenseClientAPI
licenseFilePath(String) - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
 
LicenseManager - Class in com.licensespring
A singleton instance of the LicenseManager can be gotten via .getInstance() call All requests should be done via this object.
LicenseManager() - Constructor for class com.licensespring.LicenseManager
 
LicenseSpringConfiguration - Class in com.licensespring
LicenseSpring configuration object.
LicenseSpringConfiguration(LicenseSpringConfiguration.ClientConfigurationBuilder) - Constructor for class com.licensespring.LicenseSpringConfiguration
 
LicenseSpringConfiguration.ClientConfigurationBuilder - Class in com.licensespring
 
localCheck() - Method in class com.licensespring.License
performs a local check of the license.
localConsumptions(int) - Method in class com.licensespring.License.LicenseBuilder
Consumptions which are tracked locally.
localFeatureConsumptions(Map<String, Integer>) - Method in class com.licensespring.License.LicenseBuilder
Map which used to increase local feature consumptions.

O

offlineActivationFile(LicenseIdentity, String) - Method in class com.licensespring.LicenseManager
Generates an offline activation file.
offlineActivationStream(LicenseIdentity, OutputStream) - Method in class com.licensespring.LicenseManager
Generates an offline activation request.
offlineDeactivationFile(LicenseIdentity, String) - Method in class com.licensespring.LicenseManager
Generates an offline deactivation file.
offlineDeactivationStream(LicenseIdentity, OutputStream) - Method in class com.licensespring.LicenseManager
Generates an offline deactivation request.
OfflineLicenseClientApi - Class in com.licensespring.api
Offline implementation - should not call these APIs.
OfflineLicenseClientApi() - Constructor for class com.licensespring.api.OfflineLicenseClientApi
 
offlineMode(boolean) - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
 

P

product(Product) - Method in class com.licensespring.License.LicenseBuilder
Detailed product information is kept and updated everytime the license is activated.
productDetails(String) - Method in interface com.licensespring.api.LicenseClientAPI
Fetches product data from the server
productDetails(String) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.

R

remoteExpired(Boolean) - Method in class com.licensespring.License.LicenseBuilder
 
repository(LicenseRepository) - Method in class com.licensespring.License.LicenseBuilder
 

S

self() - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
 
service(LicenseService) - Method in class com.licensespring.License.LicenseBuilder
 
setActive(Boolean) - Method in class com.licensespring.License
 
setData(LicenseData) - Method in class com.licensespring.License
Server license data - both online and offline activation data is stored in this field
setEnabled(Boolean) - Method in class com.licensespring.License
 
setLastCheck(ZonedDateTime) - Method in class com.licensespring.License
Last time the check was performed on this
setLastUsage(ZonedDateTime) - Method in class com.licensespring.License
Gets updated each time the application runs
setLocalConsumptions(int) - Method in class com.licensespring.License
Consumptions which are tracked locally.
setLocalFeatureConsumptions(Map<String, Integer>) - Method in class com.licensespring.License
Map which used to increase local feature consumptions.
setRemoteExpired(Boolean) - Method in class com.licensespring.License
 
setRepository(LicenseRepository) - Method in class com.licensespring.License
 
setService(LicenseService) - Method in class com.licensespring.License
 
shutdownScheduler() - Method in class com.licensespring.LicenseManager
Calls ExecutorService.shutdownNow() for the periodic check executor, if period check is enabled Used for cases where JVM doesn't get the shutdown signal and keeps a thread running indefinitely
syncConsumptions() - Method in class com.licensespring.License
The method syncs local with remote consumptions.

T

toString() - Method in class com.licensespring.License.LicenseBuilder
 
toString() - Method in class com.licensespring.License
 
toString() - Method in class com.licensespring.LicenseSpringConfiguration.ClientConfigurationBuilder
 
toString() - Method in class com.licensespring.LicenseSpringConfiguration
 
trackVariables(VariableRequest) - Method in interface com.licensespring.api.LicenseClientAPI
Tracks custom device variables which can be seen in the platform.
trackVariables(VariableRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.
trackVariables(LicenseIdentity, Map<String, String>) - Method in class com.licensespring.LicenseManager
Tracks custom device variables which can be seen in the platform.
trialKey(TrialLicenseRequest) - Method in interface com.licensespring.api.LicenseClientAPI
This method provides a trial key.
trialKey(TrialLicenseRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.

V

versions(LicenseRequest) - Method in interface com.licensespring.api.LicenseClientAPI
Gets all the available versions for the product configured via configuration settings
versions(LicenseRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
Throws exception when invoked.
A B C D E G H I L O P R S T V 
Skip navigation links

Copyright © 2021 Cense Data Inc.. All rights reserved.