- cacheHardwareID(boolean) - Method in class com.licensespring.BaseConfiguration.ConfigurationBuilder
-
- campaignParams(String) - Method in class com.licensespring.model.order.WebhookOrder.WebhookOrderBuilder
-
UTM parameters, sample: "cpg=web,src=google.com"
- canBorrow(boolean) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
Indicates whether a license can be borrowed.
- canEqual(Object) - Method in class com.licensespring.BaseConfiguration
-
- canEqual(Object) - Method in class com.licensespring.dto.ActivationRequest
-
- canEqual(Object) - Method in class com.licensespring.dto.AirGapResponse
-
- canEqual(Object) - Method in class com.licensespring.dto.CheckResponse
-
- canEqual(Object) - Method in class com.licensespring.dto.ConsumptionRequest
-
- canEqual(Object) - Method in class com.licensespring.dto.FeatureConsumptionRequest
-
- canEqual(Object) - Method in class com.licensespring.dto.floating.LicenseBorrowRequest
-
- canEqual(Object) - Method in class com.licensespring.dto.FloatingFeatureReq
-
- canEqual(Object) - Method in class com.licensespring.dto.LicenseRequest
-
- canEqual(Object) - Method in class com.licensespring.dto.TrialLicenseRequest
-
- canEqual(Object) - Method in class com.licensespring.dto.VariableRequest
-
- canEqual(Object) - Method in class com.licensespring.model.ActivationLicense
-
- canEqual(Object) - Method in class com.licensespring.model.DeviceVariables
-
- canEqual(Object) - Method in class com.licensespring.model.LicenseIdentity
-
- canEqual(Object) - Method in class com.licensespring.model.Version
-
- CertFileReader - Class in com.licensespring.utils
-
- CertFileReader() - Constructor for class com.licensespring.utils.CertFileReader
-
- checkClientTrusted(X509Certificate[], String) - Method in class com.licensespring.utils.LicenseSpringTrustManager
-
- CheckResponse - Class in com.licensespring.dto
-
Data Transfer Object that LicenseSpring
API returns when executing "check license"
operation.
- CheckResponse.CheckResponseBuilder - Class in com.licensespring.dto
-
- checkServerTrusted(X509Certificate[], String) - Method in class com.licensespring.utils.LicenseSpringTrustManager
-
- checkSignature(LicenseData, String, LicenseIdentity) - Method in class com.licensespring.api.AuthorizationService
-
Checks if signature is valid.
- checkSignature(String, String) - Method in class com.licensespring.api.AuthorizationService
-
- clearItems() - Method in class com.licensespring.model.order.WebhookOrder.WebhookOrderBuilder
-
- clearLicenses() - Method in class com.licensespring.model.order.OrderItem.OrderItemBuilder
-
- clearProductFeatures() - Method in class com.licensespring.model.order.OrderLicense.OrderLicenseBuilder
-
- clearVariables() - Method in class com.licensespring.dto.VariableRequest.VariableRequestBuilder
-
- clearVariables() - Method in class com.licensespring.model.DeviceVariables.DeviceVariablesBuilder
-
- ClientValidationException - Exception in com.licensespring.model.exceptions.validation
-
Client validation exceptions occur when the SDK concludes that something is wrong
with the current license (locally).
- ClientValidationException() - Constructor for exception com.licensespring.model.exceptions.validation.ClientValidationException
-
- ClientValidationException(String) - Constructor for exception com.licensespring.model.exceptions.validation.ClientValidationException
-
- ClientValidationException(String, Throwable) - Constructor for exception com.licensespring.model.exceptions.validation.ClientValidationException
-
- ClientValidationException(Throwable) - Constructor for exception com.licensespring.model.exceptions.validation.ClientValidationException
-
- ClientValidationException(String, Throwable, boolean, boolean) - Constructor for exception com.licensespring.model.exceptions.validation.ClientValidationException
-
- CloudCheckException - Exception in com.licensespring.model.exceptions.infrastructure.cloudcheck
-
In case of errors, all cloud based (node-locking) calls to metadata servers produce a subtype of this exception.
- CloudCheckException() - Constructor for exception com.licensespring.model.exceptions.infrastructure.cloudcheck.CloudCheckException
-
- CloudCheckException(String) - Constructor for exception com.licensespring.model.exceptions.infrastructure.cloudcheck.CloudCheckException
-
- CloudCheckException(String, Throwable) - Constructor for exception com.licensespring.model.exceptions.infrastructure.cloudcheck.CloudCheckException
-
- CloudCheckException(Throwable) - Constructor for exception com.licensespring.model.exceptions.infrastructure.cloudcheck.CloudCheckException
-
- CloudCheckException(String, Throwable, boolean, boolean) - Constructor for exception com.licensespring.model.exceptions.infrastructure.cloudcheck.CloudCheckException
-
- code(String) - Method in class com.licensespring.model.order.Feature.FeatureBuilder
-
Code of the feature.
- com.licensespring - package com.licensespring
-
Package com.licensespring contains the main public classes of interest when implementing
the client SDKs (license-client, floating-client).
- com.licensespring.api - package com.licensespring.api
-
com.licensespring.api package contains Core APIs,
API builders, Error decoders, Interceptors and
used in all SDKs e.g.
- com.licensespring.dto - package com.licensespring.dto
-
com.licensespring.dto contains all
data transfer objects used in API requests and API responses.
- com.licensespring.dto.floating - package com.licensespring.dto.floating
-
- com.licensespring.identity - package com.licensespring.identity
-
Package com.licensespring.identity.identity
contains various identity providers that are used
depending on the context in which the application
is launched.
- com.licensespring.model - package com.licensespring.model
-
Package com.licensespring.model
contains all models used in LicenseSpring.
- com.licensespring.model.exceptions - package com.licensespring.model.exceptions
-
com.licensespring.model.exceptions
contains all exception models used in LicenseSpring.
- com.licensespring.model.exceptions.infrastructure - package com.licensespring.model.exceptions.infrastructure
-
The package contains issues with infrastructure based errors/exceptions.
- com.licensespring.model.exceptions.infrastructure.cloudcheck - package com.licensespring.model.exceptions.infrastructure.cloudcheck
-
The package relates to exceptions which are done in the NODE-LOCKING mode of operations.
- com.licensespring.model.exceptions.validation - package com.licensespring.model.exceptions.validation
-
The package contains all license validation errors, as well as misconfiguration errors.
- com.licensespring.model.order - package com.licensespring.model.order
-
Package com.licensespring.model.order
contains all models associated with Order,
e.g.
- com.licensespring.utils - package com.licensespring.utils
-
- companyName(String) - Method in class com.licensespring.model.Customer.CustomerBuilder
-
Customer's company name.
- ConfigurationBuilder() - Constructor for class com.licensespring.BaseConfiguration.ConfigurationBuilder
-
- ConfigurationException - Exception in com.licensespring.model.exceptions.validation
-
This exception is thrown when Configuration files
are not configured properly.
- ConfigurationException(String) - Constructor for exception com.licensespring.model.exceptions.validation.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception com.licensespring.model.exceptions.validation.ConfigurationException
-
- ConnectionException - Exception in com.licensespring.model.exceptions.infrastructure
-
This Exception will be thrown if
IOException occurs
while trying to connect to LicenseSpring API.
- ConnectionException(String) - Constructor for exception com.licensespring.model.exceptions.infrastructure.ConnectionException
-
- ConnectionException(String, Throwable) - Constructor for exception com.licensespring.model.exceptions.infrastructure.ConnectionException
-
- connectionSpecs(List<ConnectionSpec>) - Method in class com.licensespring.BaseConfiguration.ConfigurationBuilder
-
Specifies configuration for the socket connection that HTTP traffic travels through.
- ConsumptionException - Exception in com.licensespring.model.exceptions.validation
-
The exception is thrown when the SDK detects over consumption on feature or license.
- ConsumptionException() - Constructor for exception com.licensespring.model.exceptions.validation.ConsumptionException
-
- ConsumptionException(String) - Constructor for exception com.licensespring.model.exceptions.validation.ConsumptionException
-
- consumptionPeriod(ConsumptionPeriod) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
Period when the consumption uses (and overages if enabled) are reset
ConsumptionPeriod
- ConsumptionPeriod - Enum in com.licensespring.model
-
Enum declaring consumption reset period
- consumptionPeriod(String) - Method in class com.licensespring.model.order.OrderLicense.OrderLicenseBuilder
-
Period after which the consumptions are reset to 0.
- ConsumptionRequest - Class in com.licensespring.dto
-
Data Transfer object containing
information about number of
consumptions to add.
- ConsumptionRequest(ConsumptionRequest.ConsumptionRequestBuilder<?, ?>) - Constructor for class com.licensespring.dto.ConsumptionRequest
-
- ConsumptionRequest.ConsumptionRequestBuilder<C extends ConsumptionRequest,B extends ConsumptionRequest.ConsumptionRequestBuilder<C,B>> - Class in com.licensespring.dto
-
- ConsumptionRequestBuilder() - Constructor for class com.licensespring.dto.ConsumptionRequest.ConsumptionRequestBuilder
-
- consumptions(Integer) - Method in class com.licensespring.dto.ConsumptionRequest.ConsumptionRequestBuilder
-
- create(BaseConfiguration) - Static method in class com.licensespring.identity.DeviceCacheFactory
-
- create(LicenseIdentity) - Method in interface com.licensespring.model.order.OrderLicenseFactory
-
Create order license from license identity.
- created(ZonedDateTime) - Method in class com.licensespring.model.order.WebhookOrder.WebhookOrderBuilder
-
Default time of order creation.
- createFeign(BaseConfiguration, Gson, AuthorizationService) - Static method in class com.licensespring.api.LicenseSpringApiBuilderFactory
-
Creates basic Feign.Builder for all
LicenseSpring client APIs.
- createGson() - Static method in class com.licensespring.JsonSerialization
-
Returns Gson object with custom options
required to serialize from JSON
to Java objects and vice-versa.
- createIdentity() - Method in class com.licensespring.dto.UnactivatedTrialLicense
-
Creates License identity from
License key.
- createOfflineSignature(String, String, String, String) - Method in class com.licensespring.api.AuthorizationService
-
Creates signature by joining provided parameters with "\n".
- createRetryer(boolean) - Static method in class com.licensespring.api.ApiBuilderHelper
-
Creates a Retryer depending on the configuration param
- createSignature(Map<String, String>) - Method in class com.licensespring.api.AuthorizationService
-
Creates signature from the given parameters map.
- createSignature(String, String, String, String) - Method in class com.licensespring.api.AuthorizationService
-
Creates signature from provided parameters
- createSignatureString(Map<String, String>) - Method in class com.licensespring.api.AuthorizationService
-
Creates signature by joining all params with "\n"
- customer(Customer) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
Customer who purchased this particular license
- Customer - Class in com.licensespring.model
-
Data from customer which purchases the license.
- customer(Customer) - Method in class com.licensespring.model.order.WebhookOrder.WebhookOrderBuilder
-
Customer which made the order
- Customer.CustomerBuilder - Class in com.licensespring.model
-
- CustomField - Class in com.licensespring.model
-
Custom fields can be set via the platform and are loaded on license activation.
- CustomField(String, String, String) - Constructor for class com.licensespring.model.CustomField
-
- customFields(List<CustomField>) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
List of custom fields that can be set in LicenseSpring platform.
- generateHeaders() - Method in class com.licensespring.api.AuthorizationService
-
Generates "Authorization" and "Content-Type" headers.
- GenerateLicenseRequest - Class in com.licensespring.dto
-
Data Transfer Object providing
information required to generate
new license.
- GenerateLicenseRequest.GenerateLicenseRequestBuilder - Class in com.licensespring.dto
-
- generateLicenses(String[]) - Method in class com.licensespring.model.order.OrderItem.OrderItemBuilder
-
Method for generating licenses from license identities Strings.
- getAcceptedIssuers() - Method in class com.licensespring.utils.LicenseSpringTrustManager
-
- getAllowUnlimitedConsumptions() - Method in class com.licensespring.model.LicenseFeature
-
Boolean indicating whether to allow unlimited activations.
- getApiKey() - Method in class com.licensespring.BaseConfiguration
-
Required parameter, the api key can be found by accessing your account on the LicenseSpring platform.
- getApiKey() - Method in class com.licensespring.dto.OfflineRequest
-
API key.
- getApiUrl() - Method in class com.licensespring.BaseConfiguration
-
Returns base URL of LicenseSpring API.
- getAppName() - Method in class com.licensespring.BaseConfiguration
-
Name of the application implementing the SDK.
- getAppName() - Method in class com.licensespring.dto.ActivationRequest
-
Application name.
- getAppVer() - Method in class com.licensespring.dto.ActivationRequest
-
Application version.
- getAppVersion() - Method in class com.licensespring.BaseConfiguration
-
Version of the application implementing the SDK.
- getAuthorizationMethod() - Method in class com.licensespring.model.Product
-
- getBorrowedUntil() - Method in class com.licensespring.dto.floating.LicenseBorrowRequest
-
The endpoint date and time until which the license is to be borrowed.
- getBorrowedUntil() - Method in class com.licensespring.dto.floating.LicenseBorrowResponse
-
The date and time until which the license has been borrowed.
- getCacheHardwareID() - Method in class com.licensespring.BaseConfiguration.ConfigurationBuilder
-
Is hardware caching enabled or not.
- getCampaignParams() - Method in class com.licensespring.model.order.WebhookOrder
-
UTM parameters, sample: "cpg=web,src=google.com"
- getCode() - Method in class com.licensespring.model.ErrorResponse
-
Code of error response,
includes short message of
what event triggered error response.
- getCode() - Method in class com.licensespring.model.LicenseFeature
-
Unique code of the feature use for reference purposes.
- getCode() - Method in class com.licensespring.model.order.Feature
-
Code of the feature.
- getCompanyName() - Method in class com.licensespring.model.Customer
-
Customer's company name.
- getConnectionSpecs() - Method in class com.licensespring.BaseConfiguration
-
Specifies configuration for the socket connection that HTTP traffic travels through.
- getConsumptionPeriod() - Method in class com.licensespring.LicenseData
-
Period when the consumption uses (and overages if enabled) are reset
ConsumptionPeriod
- getConsumptionPeriod() - Method in class com.licensespring.model.LicenseFeature
-
- getConsumptionPeriod() - Method in class com.licensespring.model.order.OrderLicense
-
Period after which the consumptions are reset to 0.
- getConsumptions() - Method in class com.licensespring.dto.ConsumptionRequest
-
Number of consumptions to add.
- getCount() - Method in class com.licensespring.model.Paginated
-
Total items count.
- getCreated() - Method in class com.licensespring.model.order.WebhookOrder
-
Default time of order creation.
- getCustomer() - Method in class com.licensespring.LicenseData
-
Customer who purchased this particular license
- getCustomer() - Method in class com.licensespring.model.order.WebhookOrder
-
Customer which made the order
- getCustomFields() - Method in class com.licensespring.LicenseData
-
List of custom fields that can be set in LicenseSpring platform.
- getData() - Method in class com.licensespring.dto.AirGapResponse
-
License data, class containing various
information about license.
- getData() - Method in class com.licensespring.dto.CheckResponse
-
License data, class containing various
information about license.
- getDate() - Method in class com.licensespring.dto.OfflineRequest
-
Current date.
- getDeviceId() - Method in class com.licensespring.dto.floating.LicenseBorrowResponse
-
A unique identifier for the device that the license has been borrowed for.
- getDeviceId() - Method in interface com.licensespring.identity.DeviceIdentity
-
Returns device identity.
- getDeviceId() - Method in class com.licensespring.identity.DirectHardwareId
-
- getDeviceId() - Method in class com.licensespring.identity.HardwareIdCache
-
- getDeviceId() - Method in class com.licensespring.LicenseData
-
Device ID represents the unique identifier of the device associated with the license.
- getDownloadId() - Method in class com.licensespring.model.order.WebhookOrder
-
custom order download id
- getEmail() - Method in class com.licensespring.dto.TrialLicenseRequest
-
Email address.
- getEmail() - Method in class com.licensespring.model.Customer
-
Customer's email
- getEmail() - Method in class com.licensespring.model.order.UserBasedLicense
-
Email address.
- getEnableRetrying() - Method in class com.licensespring.BaseConfiguration.ConfigurationBuilder
-
- getExpiryDate() - Method in class com.licensespring.model.LicenseFeature
-
The expiration date of the feature (can be null)
- getFeature() - Method in class com.licensespring.dto.FeatureConsumptionRequest
-
Name of the feature.
- getFeature() - Method in class com.licensespring.dto.FloatingFeatureReq
-
Feature code.
- getFeatureType() - Method in class com.licensespring.model.LicenseFeature
-
Type of the feature ("activation" or "consumption"), as explained in the class definition javadoc.
- getFile() - Method in class com.licensespring.dto.CheckResponse
-
Installation file (binary).
- getFirstName() - Method in class com.licensespring.dto.TrialLicenseRequest
-
First name of the customer.
- getFirstName() - Method in class com.licensespring.model.Customer
-
Customer's first name.
- getFirstName() - Method in class com.licensespring.model.order.UserBasedLicense
-
User's first name.
- getFloatingInUse() - Method in class com.licensespring.LicenseData
-
Used only with floating cloud/on-premises setup.
- getFloatingInUseDevices() - Method in class com.licensespring.LicenseData
-
Used only with floating cloud/on-premises setup.
- getFloatingTimeout() - Method in class com.licensespring.LicenseData
-
Used only with floating cloud/on-premises setup.
- getFloatingTimeout() - Method in class com.licensespring.model.LicenseFeature
-
Floating timeout in minutes.
- getFloatingUsers() - Method in class com.licensespring.LicenseData
-
Used only with floating cloud/on-premises setup.
- getFloatingUsers() - Method in class com.licensespring.model.LicenseFeature
-
Used only with floating cloud/on-premises setup.
- getFloatingUsers() - Method in class com.licensespring.model.order.OrderLicense
-
How many floating users can use this.
- getHardwareId() - Method in class com.licensespring.dto.LicenseRequest
-
- getHardwareId() - Method in class com.licensespring.dto.OfflineRequest
-
Hardware ID.
- getHashMd5() - Method in class com.licensespring.model.InstallationFile
-
- getHostnameVerifier() - Method in class com.licensespring.BaseConfiguration
-
Verifier used to confirm that response certificates apply to requested hostnames for HTTPS connections.
- getId() - Method in class com.licensespring.dto.AirGapResponse
-
Policy Id for the AirGap License
- getId() - Method in class com.licensespring.LicenseData
-
License ID represents the unique identifier of the license.
- getId() - Method in class com.licensespring.model.LicenseFeature
-
Unique id of the feature.
- getId() - Method in class com.licensespring.model.order.WebhookOrder
-
a unique order ID, this can be e.g.
- getIdentity() - Method in class com.licensespring.model.LicenseIdentity
-
Get identity of the license (either license key or username),
if both have been set this method will return license key.
- getIdentityProvider() - Method in class com.licensespring.BaseConfiguration.ConfigurationBuilder
-
- getIdentityProvider() - Method in class com.licensespring.BaseConfiguration
-
Set a custom IdentityProvider which generates unique keys for a particular device
Default implementation is based on Motherboard / CPU / Disk
- getInfoToStore() - Method in class com.licensespring.BaseConfiguration
-
Collection of what information to track.
- getInstallationFile() - Method in class com.licensespring.model.InstallationFile
-
Installation file binary
- getIpLocal() - Method in class com.licensespring.dto.ActivationRequest
-
Local IP address.
- getIsFloating() - Method in class com.licensespring.LicenseData
-
Used only with on-premise floating setup (using an on-premise server).
- getIsFloating() - Method in class com.licensespring.model.LicenseFeature
-
Boolean indicating if feature is floating feature.
- getIsFloatingCloud() - Method in class com.licensespring.model.LicenseFeature
-
Used only with floating cloud setup.
- getIsManager() - Method in class com.licensespring.model.order.UserBasedLicense
-
- getItems() - Method in class com.licensespring.model.order.WebhookOrder
-
Items of the order.
- getKey() - Method in interface com.licensespring.IdentityProvider
-
Returns unique hardware ID/hardware key of the device.
- getKey() - Method in class com.licensespring.model.order.OrderLicense
-
License key, use the generateLicenseKeys method on LicenseSpringManager to generate unique keys.
- getLanguage() - Method in class com.licensespring.model.order.WebhookOrder
-
Language of order made.
- getLastName() - Method in class com.licensespring.dto.TrialLicenseRequest
-
Last name of the customer.
- getLastName() - Method in class com.licensespring.model.Customer
-
Customer's last name.
- getLastName() - Method in class com.licensespring.model.order.UserBasedLicense
-
User's last name.
- getLicense() - Method in class com.licensespring.dto.UnactivatedTrialLicense
-
License key.
- getLicenseId() - Method in class com.licensespring.dto.floating.LicenseBorrowResponse
-
A unique identifier for the license that has been borrowed.
- getLicenseKey() - Method in class com.licensespring.dto.LicenseRequest
-
License key, you can find it on LicenseSpring platform.
- getLicenseKey() - Method in class com.licensespring.dto.OfflineRequest
-
License key.(key based license)
- getLicenseKey() - Method in class com.licensespring.model.LicenseIdentity
-
License key.
- getLicenses() - Method in class com.licensespring.model.order.OrderItem
-
- getLicenseSignature() - Method in class com.licensespring.LicenseData
-
Signature that is used to sign this license by the LS servers.
- getLicenseSpringAPIVersion() - Method in class com.licensespring.BaseConfiguration
-
LicenseSpring API version.
- getLicenseType() - Method in class com.licensespring.dto.UnactivatedTrialLicense
-
Type of the license, e.g.
- getLicenseType() - Method in class com.licensespring.LicenseData
-
Possible license types:
PERPETUAL, SUBSCRIPTION, TIME-LIMITED, CONSUMPTION, UNKNOWN
- getLicenseType() - Method in class com.licensespring.model.order.OrderLicense
-
Type of license - value can be either trial, perpetual, consumption or time-limited
- getLicenseUser() - Method in class com.licensespring.dto.UnactivatedTrialLicense
-
License user.
- getLimit() - Method in class com.licensespring.model.PaginationInput
-
Max number of items returned.
- getMacAddress() - Method in class com.licensespring.dto.ActivationRequest
-
MAC address.
- getMaintenanceDuration() - Method in class com.licensespring.model.order.OrderLicense
-
duration of license maintenance period - value examples: 1y (one year) or 2m (2 months) or 3d (3 days).
- getMaintenancePeriod() - Method in class com.licensespring.LicenseData
-
Maintenance period of license.
- getMaxActivations() - Method in class com.licensespring.LicenseData
-
The maximum number of active devices that can share this license.
- getMaxActivations() - Method in class com.licensespring.model.order.OrderLicense
-
Maximum times the license can be activated on different devices (default is 1)
- getMaxBorrowTime() - Method in class com.licensespring.dto.floating.LicenseBorrowResponse
-
The maximum allowable duration (in hours) that a license can be borrowed for.
- getMaxBorrowTime() - Method in class com.licensespring.LicenseData
-
Maximum period a license can be borrowed measured in hours.
- getMaxConsumption() - Method in class com.licensespring.model.LicenseFeature
-
Number of max consumptions.
- getMaxConsumption() - Method in class com.licensespring.model.order.Feature
-
Max consumptions.
- getMaxConsumptions() - Method in class com.licensespring.LicenseData
-
Maximal consumptions of this license.
- getMaxConsumptions() - Method in class com.licensespring.model.order.OrderLicense
-
Maximum consumptions of the license for CONSUMPTION type of licenses.
- getMaxOverages() - Method in class com.licensespring.LicenseData
-
Maximal overages of this license (uses after consumptions have been used up).
- getMaxOverages() - Method in class com.licensespring.model.LicenseFeature
-
Maximal overages of this feature (uses after consumptions have been used up).
- getMaxOverages() - Method in class com.licensespring.model.order.OrderLicense
-
Maximum amount of overages over the max consumption limit.
- getMessage() - Method in class com.licensespring.model.ErrorResponse
-
Message explaining what went wrong
and cause of the error.
- getMetadata() - Method in class com.licensespring.model.LicenseFeature
-
JSON metadata of the feature.
- getName() - Method in class com.licensespring.model.CustomField
-
Custom field's name
- getName() - Method in class com.licensespring.model.LicenseFeature
-
Name of the feature use for reference purposes.
- getNext() - Method in class com.licensespring.model.Paginated
-
Url of the next items batch.
- getOffset() - Method in class com.licensespring.model.PaginationInput
-
Offset - number of items that are skipped.
- getOrderType() - Method in class com.licensespring.model.order.WebhookOrder
-
Placeholder field, default and only value is NORMAL.
- getOsHostname() - Method in class com.licensespring.dto.ActivationRequest
-
OS host name.
- getOsVer() - Method in class com.licensespring.dto.ActivationRequest
-
OS version.
- getPassword() - Method in class com.licensespring.dto.LicenseRequest
-
Password.
- getPassword() - Method in class com.licensespring.dto.OfflineRequest
-
Password.
- getPassword() - Method in class com.licensespring.model.ActivationLicense
-
Identity's password
- getPhone() - Method in class com.licensespring.dto.TrialLicenseRequest
-
Phone number of the customer.
- getPhone() - Method in class com.licensespring.model.Customer
-
Customer's phone number.
- getPhone() - Method in class com.licensespring.model.order.UserBasedLicense
-
User's phone number.
- getPrevious() - Method in class com.licensespring.model.Paginated
-
Url of the previous items batch.
- getProduct() - Method in class com.licensespring.dto.GenerateLicenseRequest
-
Name of the product.
- getProduct() - Method in class com.licensespring.dto.LicenseRequest
-
Name of the product.
- getProduct() - Method in class com.licensespring.dto.OfflineRequest
-
Product name.
- getProductCode() - Method in class com.licensespring.BaseConfiguration
-
Required parameter, every license is attached to a particular product.
- getProductCode() - Method in class com.licensespring.model.order.OrderItem
-
- getProductDetails() - Method in class com.licensespring.LicenseData
-
The parent product assigned to this license.
- getProductFeatures() - Method in class com.licensespring.LicenseData
-
Each license can have it's own list of features included.
- getProductFeatures() - Method in class com.licensespring.model.order.OrderLicense
-
List of available features assigned to this license.
- getProductName() - Method in class com.licensespring.model.Product
-
Name of the product.
- getProxyCertPath() - Method in class com.licensespring.BaseConfiguration
-
Optional parameter, used to configure client to trust proxy certificate.
- getProxyHost() - Method in class com.licensespring.BaseConfiguration
-
Optional parameter, used to configure all API calls to use a proxy service.
- getProxyPass() - Method in class com.licensespring.BaseConfiguration
-
Optional parameter, used to configure Basic authentication for a proxy service.
- getProxyPort() - Method in class com.licensespring.BaseConfiguration
-
Optional parameter, used to configure all API calls to use a proxy service.
- getProxyUser() - Method in class com.licensespring.BaseConfiguration
-
Optional parameter, used to configure Basic authentication for a proxy service.
- getQuantity() - Method in class com.licensespring.dto.GenerateLicenseRequest
-
Number of licenses to generate.
- getReference() - Method in class com.licensespring.dto.TrialLicenseRequest
-
Reference to the user.
- getReference() - Method in class com.licensespring.model.Customer
-
Customer's reference.
- getReference() - Method in class com.licensespring.model.order.UserBasedLicense
-
Reference to the User.
- getRequest() - Method in class com.licensespring.dto.OfflineRequest
-
Request can be one of two values:
"activation"
"deactivation"
- getRequestId() - Method in class com.licensespring.dto.OfflineRequest
-
Unique ID of the request.
- getRequestLogging() - Method in class com.licensespring.BaseConfiguration
-
HTTP Request/Response logging for debugging purposes.
- getRequestTimeout() - Method in class com.licensespring.BaseConfiguration
-
Optional parameter for setting the timeout when making api requests (in seconds)
default is 10 seconds
- getResetConsumption() - Method in class com.licensespring.LicenseData
-
- getResetConsumption() - Method in class com.licensespring.model.LicenseFeature
-
- getResults() - Method in class com.licensespring.model.Paginated
-
Items returned.
- getSdkVer() - Method in class com.licensespring.dto.ActivationRequest
-
SDK version.
- getSdkVersion() - Method in class com.licensespring.BaseConfiguration
-
SDK version.
- getServerError() - Method in exception com.licensespring.model.exceptions.LicenseSpringServerException
-
Error response from the server.
- getServiceURL() - Method in class com.licensespring.BaseConfiguration
-
Service endpoint - the root of the licensespring API.
- getSharedKey() - Method in class com.licensespring.BaseConfiguration
-
Required parameter, the shared key can be found by accessing your account on the LicenseSpring platform.
- getShortCode() - Method in class com.licensespring.model.Product
-
Short code of the product.
- getSignature() - Method in class com.licensespring.dto.OfflineRequest
-
Signature of the request.
- getSslConfig() - Method in class com.licensespring.BaseConfiguration
-
Custom SSL Configuration to override the ones used by the underlying http client
- getStatus() - Method in class com.licensespring.model.ErrorResponse
-
HTTP status of error response.
- getTimesActivated() - Method in class com.licensespring.LicenseData
-
Number of times this license is activated.
- getTotalConsumptions() - Method in class com.licensespring.LicenseData
-
Total consumptions of this license as seen by the LS servers.
- getTotalConsumptions() - Method in class com.licensespring.model.LicenseFeature
-
Number of consumptions currently being used.
- getTransferCount() - Method in class com.licensespring.LicenseData
-
Counts the number of license transfers between different devices.
- getTrialDays() - Method in class com.licensespring.model.Product
-
Number of trial days.
- getUsername() - Method in class com.licensespring.dto.LicenseRequest
-
Username.
- getUsername() - Method in class com.licensespring.dto.OfflineRequest
-
Username.
- getUsername() - Method in class com.licensespring.model.LicenseIdentity
-
Username of license user
- getUsers() - Method in class com.licensespring.model.order.OrderLicense
-
User fields for which the license is being generated.
- getValidDuration() - Method in class com.licensespring.dto.AirGapResponse
-
validity duration (in days, months or years)
- getValidDuration() - Method in class com.licensespring.model.order.OrderLicense
-
Duration is used for time-limited licenses.
- getValidityPeriod() - Method in class com.licensespring.LicenseData
-
After validity period passes license will become invalid.
- getValidityPeriod() - Method in class com.licensespring.model.order.OrderLicense
-
Final end date and time license is valid.
- getValue() - Method in class com.licensespring.model.CustomField
-
Custom field's value
- getValueType() - Method in class com.licensespring.model.CustomField
-
Custom field's value type.
- getVariables() - Method in class com.licensespring.dto.VariableRequest
-
Map of the variable keys and
their corresponding values.
- getVariables() - Method in class com.licensespring.model.DeviceVariables
-
Custom device variables.
- getVersion() - Method in class com.licensespring.model.InstallationFile
-
Version of the installation file.
- getVersion() - Method in class com.licensespring.model.Version
-
Available version for a product - returned from the LicenseClient implementation.
- getVmInfo() - Method in class com.licensespring.dto.ActivationRequest
-
Information about Virtual Machine.
- id(Integer) - Method in class com.licensespring.dto.AirGapResponse.AirGapResponseBuilder
-
Policy Id for the AirGap License
- id(Long) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
License ID represents the unique identifier of the license.
- id(String) - Method in class com.licensespring.model.order.WebhookOrder.WebhookOrderBuilder
-
a unique order ID, this can be e.g.
- identityProvider(IdentityProvider) - Method in class com.licensespring.BaseConfiguration.ConfigurationBuilder
-
HardwareIdStrategy
- IdentityProvider - Interface in com.licensespring
-
IdentityProvider interface should be used when implementing own -custom hardware key generation algorithm
The default implementation provided uses information from the motherboard, the cpu and disk to generate a unique
hardware id - representing a single device.
- infoToStore(InfoToStore) - Method in class com.licensespring.BaseConfiguration.ConfigurationBuilder
-
- InfoToStore - Enum in com.licensespring.model
-
Enum used for storing machine info in requests
- InfrastructureException - Exception in com.licensespring.model.exceptions.infrastructure
-
A common class for all Infrastructure based exceptions.
- InfrastructureException() - Constructor for exception com.licensespring.model.exceptions.infrastructure.InfrastructureException
-
- InfrastructureException(String) - Constructor for exception com.licensespring.model.exceptions.infrastructure.InfrastructureException
-
- InfrastructureException(String, Throwable) - Constructor for exception com.licensespring.model.exceptions.infrastructure.InfrastructureException
-
- InfrastructureException(Throwable) - Constructor for exception com.licensespring.model.exceptions.infrastructure.InfrastructureException
-
- InfrastructureException(String, Throwable, boolean, boolean) - Constructor for exception com.licensespring.model.exceptions.infrastructure.InfrastructureException
-
- InstallationFile - Class in com.licensespring.model
-
File available for download for the product.
- InstallationFile(String, String, String) - Constructor for class com.licensespring.model.InstallationFile
-
- ipLocal(String) - Method in class com.licensespring.dto.ActivationRequest.ActivationRequestBuilder
-
- isAirGapped() - Method in class com.licensespring.LicenseData
-
Used only with Air Gapped Licensing.
- isAirGapped(boolean) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
Used only with Air Gapped Licensing.
- isAllowOverages() - Method in class com.licensespring.LicenseData
-
- isAllowOverages() - Method in class com.licensespring.model.LicenseFeature
-
- isAllowOverages() - Method in class com.licensespring.model.order.OrderLicense
-
Allows for overages for CONSUMPTION type of license, allowing more consumptions than maxConsumptions.
- isAllowTrial() - Method in class com.licensespring.model.Product
-
Boolean value indicating is trial allowed.
- isAppend() - Method in class com.licensespring.model.order.WebhookOrder
-
Should items be appended to an existing order (if the order with the same ID exists)
- isCacheHardwareID() - Method in class com.licensespring.BaseConfiguration
-
Set true to allow caching of hardware IDs, otherwise the SDK directly invokes the
IdentityProvider.getKey() every time the SDK needs the hardware id.
- isCanBorrow() - Method in class com.licensespring.LicenseData
-
Indicates whether a license can be borrowed.
- isDisableSsl() - Method in class com.licensespring.BaseConfiguration
-
- isEnableMaintenancePeriod() - Method in class com.licensespring.model.order.OrderLicense
-
Whether license should consider maintenance duration, used in pair with maintenance_duration
- isEnableNegativeConsumptions() - Method in class com.licensespring.BaseConfiguration
-
Boolean value that allows or disables negative consumptions on both license consumptions
and product feature consumptions.
- isEnableRetrying() - Method in class com.licensespring.BaseConfiguration
-
Boolean value that allows or disables retrying on failed API call.
- isExpired(boolean) - Method in class com.licensespring.dto.CheckResponse.CheckResponseBuilder
-
Boolean indicating is license expired or not.
- isExpired() - Method in class com.licensespring.dto.CheckResponse
-
Boolean indicating is license expired or not.
- isExpired() - Method in class com.licensespring.LicenseData
-
Returns information on license expiration.
- isFloating(Boolean) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
Used only with on-premise floating setup (using an on-premise server).
- isFloating() - Method in class com.licensespring.model.order.OrderLicense
-
Whether or not this license is of floating type.
- isFloating(boolean) - Method in class com.licensespring.model.order.OrderLicense.OrderLicenseBuilder
-
Whether or not this license is of floating type.
- isFloatingCloud() - Method in class com.licensespring.LicenseData
-
Used only with floating cloud setup.
- isFloatingCloud(boolean) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
Used only with floating cloud setup.
- isFloatingCloud() - Method in class com.licensespring.model.order.OrderLicense
-
Whether or not this license is of floating type.
- isFloatingCloud(boolean) - Method in class com.licensespring.model.order.OrderLicense.OrderLicenseBuilder
-
Whether or not this license is of floating type.
- isLicenseActive() - Method in class com.licensespring.dto.CheckResponse
-
Boolean indicating is license active or not.
- isLicenseEnabled() - Method in class com.licensespring.dto.CheckResponse
-
Boolean indicating is license enabled or not.
- isManager(Boolean) - Method in class com.licensespring.model.order.UserBasedLicense.UserBasedLicenseBuilder
-
- isPreventVm() - Method in class com.licensespring.LicenseData
-
License settings if the license if permitted to run on VMs
- isPreventVm() - Method in class com.licensespring.model.order.OrderLicense
-
Prevent license activation on VM environments for the license.
- isPreventVm() - Method in class com.licensespring.model.order.WebhookOrder
-
Prevent license activation on VM environments for the entire order.
- isResetConsumption() - Method in class com.licensespring.model.order.OrderLicense
-
Consumptions can be auto-reset on a period by setting this field with the consumptionPeriod defined.
- isStoreMachineInfo() - Method in class com.licensespring.BaseConfiguration
-
Optional parameter, enables tracking of machine specific information on license activation and check.
- isTest() - Method in class com.licensespring.model.order.WebhookOrder
-
Testing purpose flag.
- isTest(boolean) - Method in class com.licensespring.model.order.WebhookOrder.WebhookOrderBuilder
-
Testing purpose flag.
- isTrial() - Method in class com.licensespring.dto.UnactivatedTrialLicense
-
Boolean indicating is license a trial or not.
- isTrial() - Method in class com.licensespring.LicenseData
-
Trial licenses have limitations that can be set.
- isTrial(boolean) - Method in class com.licensespring.LicenseData.LicenseDataBuilder
-
Trial licenses have limitations that can be set.
- isTrial() - Method in class com.licensespring.model.order.OrderLicense
-
Trial licenses are temporary licenses which have validity duration defined on the global level (product)
or on the validityPeriod field.
- isTrial(boolean) - Method in class com.licensespring.model.order.OrderLicense.OrderLicenseBuilder
-
Trial licenses are temporary licenses which have validity duration defined on the global level (product)
or on the validityPeriod field.
- isVm(boolean) - Method in class com.licensespring.dto.ActivationRequest.ActivationRequestBuilder
-
- isVm() - Method in class com.licensespring.dto.ActivationRequest
-
Boolean indicating if it's running
on Virtual Machine or not.
- item(OrderItem) - Method in class com.licensespring.model.order.WebhookOrder.WebhookOrderBuilder
-
- items(Collection<? extends OrderItem>) - Method in class com.licensespring.model.order.WebhookOrder.WebhookOrderBuilder
-