- cacheHardwareID(boolean) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
-
- canEqual(Object) - Method in class com.licensespring.floating.dto.AddUserRequest
-
- canEqual(Object) - Method in class com.licensespring.floating.dto.ProxyFeatureRequest
-
- canEqual(Object) - Method in class com.licensespring.floating.dto.ProxyRequest
-
- canEqual(Object) - Method in class com.licensespring.floating.dto.UserRegisterRequest
-
- canEqual(Object) - Method in class com.licensespring.floating.FloatingConfiguration
-
- changeOAuthClientSecret(String) - Method in class com.licensespring.floating.FloatingLicenseService
-
Changes the OAuth client secret
- changePassword(ChangePasswordRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
-
Creates a user with a hashed password and role
- changePassword(ChangePasswordRequest) - Method in class com.licensespring.floating.ProxyFloatingService
-
- ChangePasswordRequest - Class in com.licensespring.floating.dto
-
- ChangePasswordRequest.ChangePasswordRequestBuilder - Class in com.licensespring.floating.dto
-
- ChangePasswordResponse - Class in com.licensespring.floating.dto
-
- ChangePasswordResponse(String) - Constructor for class com.licensespring.floating.dto.ChangePasswordResponse
-
- checkLicense(ActivationRequest) - Method in interface com.licensespring.floating.api.FloatingApi
-
Checks if license is valid and syncs local consumptions if configuration property
enableLocalCaching is true.
- checkLicense(LicenseIdentity) - Method in class com.licensespring.floating.FloatingLicenseService
-
Checks if license is valid and syncs local consumptions if configuration property
enableLocalCaching is true.
- checkLicenseFeature(FloatingFeatureReq) - Method in interface com.licensespring.floating.api.FloatingApi
-
Use this endpoint to check a license device against a license feature.
- checkLicenseFeature(ProxyFeatureRequest) - Method in interface com.licensespring.floating.api.ProxyAPI
-
Check if a feature is licensed.
- checkLicenseFeature(LicenseIdentity, String) - Method in class com.licensespring.floating.FloatingLicenseService
-
Check a license device against a license feature.
- checkLicenseFeature(String) - Method in class com.licensespring.floating.ProxyFloatingService
-
Check if a feature is licensed.
- CheckLicenseSubscriber - Interface in com.licensespring.floating
-
The CheckLicense subscriber is a way to get notified when the background check completes.
- CheckLicenseSubscriber.IgnoreCheckEventSubscriber - Class in com.licensespring.floating
-
Default do-nothing class.
- checkSubscriber(CheckLicenseSubscriber) - Method in class com.licensespring.floating.FloatingConfiguration.FloatingConfigurationBuilder
-
Add the CheckLicenseSubscriber implementation, which receives events on a background thread,
which periodically call the check API.
- com.licensespring.floating - package com.licensespring.floating
-
This package contains the main public classes to be used when implementing the LicenseSpring
Floating Client.
- com.licensespring.floating.api - package com.licensespring.floating.api
-
- com.licensespring.floating.dto - package com.licensespring.floating.dto
-
This package contains all DTO classes required to make requests to floating server, either
floating cloud or on-premises server.
- connectionSpecs(List<ConnectionSpec>) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
-
- consumptions(Integer) - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest.AddConsumptionToFeatureRequestBuilder
-
- consumptions(Integer) - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest.AddConsumptionToLicenseRequestBuilder
-
- createShutdownHook() - Method in class com.licensespring.floating.ProxyShutdownHook
-
Creates new shutdown hook.
- createShutdownHook() - Method in class com.licensespring.floating.ShutdownHooks
-
Creates new shutdown hook.
- generateAirgapSignature(GenerateAirgapSignatureReq) - Method in interface com.licensespring.floating.api.ProxyAPI
-
Generate airgap signature.
- generateAirgapSignature(GenerateAirgapSignatureParams) - Method in class com.licensespring.floating.ProxyFloatingService
-
- generateOfflineLicense(GenerateOfflineLicenseReq) - Method in interface com.licensespring.floating.api.ProxyAPI
-
Generate offline license request.
- generateOfflineLicense(String) - Method in class com.licensespring.floating.ProxyFloatingService
-
- getAllowNegativeConsumptions() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getAllowOverages() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getAllowOverages() - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest
-
- getAllowOverages() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getAllowUnlimitedConsumptions() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getAllowUnlimitedConsumptions() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getApiUrl() - Method in class com.licensespring.floating.ProxyConfiguration
-
Retrieves the URL of the proxy server.
- getApiUrlV1() - Method in class com.licensespring.floating.ProxyConfiguration
-
- getApiUrlV2() - Method in class com.licensespring.floating.ProxyConfiguration
-
- getAuthToken() - Method in class com.licensespring.floating.AuthTokenManager
-
- getBorrowedLicenseExpirationSubscriber() - Method in class com.licensespring.floating.FloatingConfiguration
-
BorrowedLicenseExpirationSubscriber is an interface to be used for handling borrowed license
expiration events.
- getBorrowedUntil() - Method in class com.licensespring.floating.dto.BorrowLicenseParams
-
- getBorrowedUntil() - Method in class com.licensespring.floating.dto.BorrowLicenseRequest
-
- getBorrowedUntil() - Method in class com.licensespring.floating.dto.BorrowLicenseResponse
-
- getBorrowedUntil() - Method in class com.licensespring.floating.dto.BorrowResponse
-
- getCheckLicenseSubscriber() - Method in class com.licensespring.floating.FloatingConfiguration
-
CheckSubscriber is an interface that provides two methods (onSuccess and onError), it is used
to monitor the response from the periodic checks.
- getCode() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
-
- getCode() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getConnectionSpecs() - Method in class com.licensespring.floating.ProxyConfiguration
-
Specifies configuration for the socket connection that HTTP traffic travels through.
- getConsumptionPeriod() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getConsumptionPeriod() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getConsumptions() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest
-
- getConsumptions() - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest
-
- getData(Gson) - Method in class com.licensespring.floating.dto.ProxyResponse
-
- getDeviceId() - Method in class com.licensespring.floating.dto.BorrowLicenseResponse
-
- getEmail() - Method in class com.licensespring.floating.dto.AddUserRequest
-
- getEmail() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest
-
- getEmail() - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest
-
- getEmail() - Method in class com.licensespring.floating.dto.UserRegisterRequest
-
- getExpiryDate() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
-
- getExpiryDate() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getFeature() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest
-
- getFeature() - Method in class com.licensespring.floating.dto.ProxyFeatureRequest
-
Feature code.
- getFeature() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest
-
- getFeature() - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest
-
- getFeatureType() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
-
- getFeatureType() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getFloatingInUseDevices() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
-
- getFloatingInUseDevices() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getFloatingSlotsInUse() - Method in class com.licensespring.floating.dto.BorrowResponse
-
- getFloatingTimeout() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getFloatingTimeout() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
-
- getFloatingUsers() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getFloatingUsers() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
-
- getHost() - Method in class com.licensespring.floating.ProxyConfiguration
-
Required parameter.
- getHostnameVerifier() - Method in class com.licensespring.floating.ProxyConfiguration
-
Verifier used to confirm that response certificates apply to requested hostnames for HTTPS
connections.
- getId() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getId() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getIdentity(Gson) - Method in class com.licensespring.floating.dto.ProxyResponse
-
- getIdentityProvider() - Method in class com.licensespring.floating.ProxyConfiguration
-
Set a custom IdentityProvider which generates unique keys for a particular device Default
implementation is based on ONCE_PER_PROCESS id.
- getInstallationFile(InstallationFileQuery) - Method in interface com.licensespring.floating.api.FloatingApi
-
Gets the installation file for the product.
- getInstallationFile(LicenseIdentity, InstallationFileParams) - Method in class com.licensespring.floating.FloatingLicenseService
-
Gets the installation file for the product.
- getIsFloating() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getIsFloating() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getIsFloatingCloud() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getIsFloatingCloud() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getLicense(String) - Method in interface com.licensespring.floating.api.ProxyAPI
-
Retrieves the LicenseData object which contains information about the license for the product.
- getLicense() - Method in class com.licensespring.floating.ProxyFloatingService
-
Fetches license data from the server for the product specified in the ProxyConfiguration
object.
- getLicenseById(Long) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
-
Returns license details for a given license ID
- getLicenseById(Long) - Method in class com.licensespring.floating.ProxyFloatingService
-
- getLicenseId() - Method in class com.licensespring.floating.dto.AddLicenseResponse
-
- getLicenseId() - Method in class com.licensespring.floating.dto.BorrowLicenseResponse
-
- getLicenseId() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getLicenseJson() - Method in class com.licensespring.floating.dto.ProxyResponse
-
- getLicenseJsonSnakeCase() - Method in class com.licensespring.floating.dto.ProxyResponse
-
- getLicenseKey() - Method in class com.licensespring.floating.dto.AddLicenseRequest
-
- getLicenses(GetLicensesQuery) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
-
Returns all licenses associated with a specific product code
- getLicenses() - Method in class com.licensespring.floating.ProxyFloatingService
-
- getLicenseSpringAPIVersion() - Method in class com.licensespring.floating.ProxyConfiguration
-
LicenseSpring API version.
- GetLicensesQuery - Class in com.licensespring.floating.dto
-
- GetLicensesQuery.GetLicensesQueryBuilder - Class in com.licensespring.floating.dto
-
- getMaxBorrowTime() - Method in class com.licensespring.floating.dto.BorrowLicenseResponse
-
- getMaxBorrowTime() - Method in class com.licensespring.floating.dto.BorrowResponse
-
- getMaxConsumption() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getMaxConsumptions() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getMaxOverages() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getMaxOverages() - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest
-
- getMaxOverages() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getMessage() - Method in class com.licensespring.floating.dto.AddLicenseResponse
-
- getMessage() - Method in class com.licensespring.floating.dto.AddUserResponse
-
- getMessage() - Method in class com.licensespring.floating.dto.ChangePasswordResponse
-
- getMessage() - Method in class com.licensespring.floating.dto.PingResponse
-
- getMessage() - Method in class com.licensespring.floating.dto.RemoveLicenseResponse
-
- getMessage() - Method in class com.licensespring.floating.dto.RemoveUserResponse
-
- getMetadata() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getName() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
-
- getName() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getNewPassword() - Method in class com.licensespring.floating.dto.ChangePasswordRequest
-
- getOldPassword() - Method in class com.licensespring.floating.dto.ChangePasswordRequest
-
- getPassword() - Method in class com.licensespring.floating.dto.AddUserRequest
-
- getPassword() - Method in class com.licensespring.floating.dto.LoginRequest
-
- getPort() - Method in class com.licensespring.floating.ProxyConfiguration
-
Required parameter.
- getProduct() - Method in class com.licensespring.floating.dto.AddLicenseRequest
-
- getProduct() - Method in class com.licensespring.floating.dto.AddLicenseResponse
-
- getProduct() - Method in class com.licensespring.floating.dto.GetLicensesQuery
-
Name of the product
- getProduct() - Method in class com.licensespring.floating.dto.ProxyRequest
-
Product code.
- getProduct() - Method in class com.licensespring.floating.ProxyConfiguration
-
Required parameter, every license is attached to a particular product.
- getProductDetails(ProductDetailsQuery) - Method in interface com.licensespring.floating.api.FloatingApi
-
Fetches product data from the server
- getProductDetails(ProductDetailsParams) - Method in class com.licensespring.floating.FloatingLicenseService
-
Fetches product data from the server.
- getProductVersions(ProductVersionsQuery) - Method in interface com.licensespring.floating.api.FloatingApi
-
Gets all the available versions for the product configured via configuration settings
- getProductVersions(LicenseIdentity, ProductVersionsParams) - Method in class com.licensespring.floating.FloatingLicenseService
-
Gets all the available versions for the product configured via configuration settings.
- getProxyCertPath() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure client to trust proxy certificate.
- getProxyHost() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure all API calls to use a proxy service.
- getProxyPass() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure Basic authentication for a proxy service.
- getProxyPort() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure all API calls to use a proxy service.
- getProxyRegisterSubscriber() - Method in class com.licensespring.floating.ProxyConfiguration
-
ProxyRegisterSubscriber is an interface that provides two methods (onSuccess and onError), it
is used to monitor the response from the periodic registers.
- getProxyUser() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter, used to configure Basic authentication for a proxy service.
- getRequestLogging() - Method in class com.licensespring.floating.ProxyConfiguration
-
HTTP Request/Response logging for debugging purposes.
- getRequestTimeout() - Method in class com.licensespring.floating.ProxyConfiguration
-
Optional parameter for setting the timeout when making api requests (in seconds) default is 10
seconds
- getResetConsumption() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getResetConsumption() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getRole() - Method in class com.licensespring.floating.dto.AddUserRequest
-
- getStatus() - Method in class com.licensespring.floating.dto.AddLicenseResponse
-
- getToken() - Method in class com.licensespring.floating.dto.LoginResponse
-
- getTotalConsumptions() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
-
- getTotalConsumptions() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
-
- getUser() - Method in class com.licensespring.floating.dto.ProxyRequest
-
Unique user identification.
- getUsername() - Method in class com.licensespring.floating.dto.AddUserRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.BorrowLicenseParams
-
- getUsername() - Method in class com.licensespring.floating.dto.BorrowLicenseRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.ChangePasswordRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.LoginRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.RemoveUserRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.UnregisterUserFromLicenseRequest
-
- getUsername() - Method in class com.licensespring.floating.dto.UserRegisterRequest
-