- getActive() - Method in class com.licensespring.License
-
- getAirGapActivationCode(LicenseIdentity, String) - Method in class com.licensespring.LicenseManager
-
Generated the activation code for Air Gapped License
- getAirGapDeactivationCode(LicenseIdentity, String) - Method in class com.licensespring.LicenseManager
-
Generated the deactivation code for Air Gapped License
- getAirGappedPublicKey() - Method in class com.licensespring.LicenseSpringConfiguration
-
Air Gapped Public Key generated in the LS platform - needed for AirGapped Feature to work
- getCheckPeriod() - Method in class com.licensespring.LicenseSpringConfiguration
-
Period of invocation.
- getConfig() - Method in class com.licensespring.LicenseManager
-
- 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(InstallationFileQuery) - Method in interface com.licensespring.api.LicenseClientAPI
-
Gets the installation file for the product.
- getInstallationFile(InstallationFileQuery) - Method in class com.licensespring.api.OfflineLicenseClientApi
-
Throws exception when invoked.
- 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.
- getInstallationFile(LicenseIdentity, InstallationFileParams) - Method in class com.licensespring.LicenseManager
-
Gets the 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
- getLicenseManager() - Static method in class com.licensespring.LicenseManagerFactory
-
- 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
-
- getOAuthCredentials() - Method in class com.licensespring.LicenseManager
-
Gets the current OAuth credentials.
- getOfflineLicenseContent(LicenseIdentity) - Method in class com.licensespring.LicenseManager
-
Gets the content for offline license activation without activating the license.
- getOfflineLicenseContent(LicenseIdentity, ActivateOfflineParams) - Method in class com.licensespring.LicenseManager
-
Gets the content for offline license activation with additional parameters without activating
the license.
- getProduct() - Method in class com.licensespring.License
-
- getProductDetails(ProductDetailsQuery) - Method in interface com.licensespring.api.LicenseClientAPI
-
Fetches product data from the server
- getProductDetails(ProductDetailsQuery) - Method in class com.licensespring.api.OfflineLicenseClientApi
-
Throws exception when invoked.
- getProductDetails() - Method in class com.licensespring.LicenseManager
-
Fetches product data from the server
- getProductDetails(ProductDetailsParams) - Method in class com.licensespring.LicenseManager
-
Fetches product data from the server
- getProductVersions(ProductVersionsQuery) - Method in interface com.licensespring.api.LicenseClientAPI
-
Gets all the available versions for the product configured via configuration settings
- getProductVersions(ProductVersionsQuery) - Method in class com.licensespring.api.OfflineLicenseClientApi
-
Throws exception when invoked.
- getProductVersions(LicenseIdentity, ProductVersionsParams) - Method in class com.licensespring.LicenseManager
-
Gets all the available versions for the product configured via configuration settings
- getRemoteExpired() - Method in class com.licensespring.License
-
- getRepository() - Method in class com.licensespring.License
-
- getServerResponse() - Method in class com.licensespring.License
-
- getServerSignature() - Method in class com.licensespring.License
-
- getService() - Method in class com.licensespring.License
-
- getSsoUrl(String, SSOResponseType) - Method in class com.licensespring.LicenseManager
-
Returns SSO URL
- 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
- getVariables(LicenseRequest) - Method in interface com.licensespring.api.LicenseClientAPI
-
Gets custom device variables for the device and license
- getVariables(LicenseRequest) - Method in class com.licensespring.api.OfflineLicenseClientApi
-
- getVariables(LicenseIdentity) - Method in class com.licensespring.LicenseManager
-
Tracks custom device variables which can be seen in the platform.
- 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.
- initialize(LicenseSpringConfiguration, OkHttpClient.Builder) - Method in class com.licensespring.LicenseManager
-
Should be called once per runtime.
- initialize(LicenseSpringConfiguration, LicenseRepository, OkHttpClient.Builder) - Method in class com.licensespring.LicenseManager
-
Should be called once per runtime.
- 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
- isForceSignatureV2Check() - Method in class com.licensespring.LicenseSpringConfiguration
-
Force signature v2 check
- 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
- isOfflineActivated() - Method in class com.licensespring.License
-
Returns true if License is offline activated, false otherwise.
- isOfflineMode() - Method in class com.licensespring.LicenseSpringConfiguration
-
Enable offline mode.