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

A

activateLicence(ActivationRequest) - Method in interface com.licensespring.floating.api.FloatingApi
Activate the license.
activateLicense(ActivationLicense) - Method in class com.licensespring.floating.FloatingLicenseService
Activate the license.
addAirgapLicense(AddAirgapLicenseReq) - Method in interface com.licensespring.floating.api.ProxyAPI
Add airgap license.
addAirgapLicense(AddAirgapLicenseParams) - Method in class com.licensespring.floating.ProxyFloatingService
 
addConsumption(ConsumptionRequest) - Method in interface com.licensespring.floating.api.FloatingApi
Increases the consumptions by the parameter provided.
addConsumption(AddConsumptionReq) - Method in interface com.licensespring.floating.api.ProxyAPI
Add consumption.
addConsumption(LicenseIdentity, int) - Method in class com.licensespring.floating.FloatingLicenseService
Increases the consumptions on the license by the parameter provided.
addConsumption(AddConsumptionParams) - Method in class com.licensespring.floating.ProxyFloatingService
 
addConsumptionToFeature(Long, AddConsumptionToFeatureRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Adds a specified number of consumptions to a feature under a license.
AddConsumptionToFeatureRequest - Class in com.licensespring.floating.dto
 
AddConsumptionToFeatureRequest.AddConsumptionToFeatureRequestBuilder - Class in com.licensespring.floating.dto
 
AddConsumptionToFeatureResponse - Class in com.licensespring.floating.dto
 
AddConsumptionToFeatureResponse(Long, Boolean, Boolean, Boolean, String, Integer, Integer, Boolean, Integer, Long, Integer, Boolean, Boolean) - Constructor for class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
 
addConsumptionToFeatureV2(Long, AddConsumptionToFeatureRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
addConsumptionToLicense(Long, AddConsumptionToLicenseRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Adds a specified number of consumptions to a license by license ID.
AddConsumptionToLicenseRequest - Class in com.licensespring.floating.dto
 
AddConsumptionToLicenseRequest.AddConsumptionToLicenseRequestBuilder - Class in com.licensespring.floating.dto
 
AddConsumptionToLicenseResponse - Class in com.licensespring.floating.dto
 
AddConsumptionToLicenseResponse() - Constructor for class com.licensespring.floating.dto.AddConsumptionToLicenseResponse
 
addConsumptionToLicenseV2(Long, AddConsumptionToLicenseRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
addFeatureConsumption(FeatureConsumptionRequest) - Method in interface com.licensespring.floating.api.FloatingApi
Increases the consumptions of a feature by the provided parameter.
addFeatureConsumption(AddFeatureConsumptionReq) - Method in interface com.licensespring.floating.api.ProxyAPI
Add feature consumption.
addFeatureConsumption(LicenseIdentity, String, Integer) - Method in class com.licensespring.floating.FloatingLicenseService
Increases the consumptions of a feature by the provided parameter.
addFeatureConsumption(AddFeatureConsumptionParams) - Method in class com.licensespring.floating.ProxyFloatingService
 
addFuture(LicenseIdentity, ScheduledFuture) - Method in class com.licensespring.floating.ShutdownHooks
Adds new future for the given identity key.
addIdentity(LicenseIdentity) - Method in class com.licensespring.floating.ShutdownHooks
Adds new identity.
addLicense(AddLicenseRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Activates a product license using either a license key or a username/password pair.
addLicense(AddLicenseQuery) - Method in interface com.licensespring.floating.api.ProxyAPI
Add license.
addLicense(AddLicenseParams) - Method in class com.licensespring.floating.ProxyFloatingService
 
AddLicenseRequest - Class in com.licensespring.floating.dto
 
AddLicenseRequest.AddLicenseRequestBuilder - Class in com.licensespring.floating.dto
 
AddLicenseResponse - Class in com.licensespring.floating.dto
 
AddLicenseResponse.AddLicenseResponseBuilder - Class in com.licensespring.floating.dto
 
addLicenseV2(AddLicenseParams) - Method in class com.licensespring.floating.ProxyFloatingService
 
addShutdownHook(boolean) - Method in class com.licensespring.floating.FloatingConfiguration.FloatingConfigurationBuilder
Shutdown hooks are created for all activated licenses during the lifetime.
addShutdownHook(boolean) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
Shutdown hooks are created for the registered user for specific product.
addUser(AddUserRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Creates a user with a hashed password and role Requires admin role.
addUser(AddUserRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
AddUserRequest - Class in com.licensespring.floating.dto
 
AddUserRequest.AddUserRequestBuilder - Class in com.licensespring.floating.dto
 
AddUserResponse - Class in com.licensespring.floating.dto
 
AddUserResponse(String) - Constructor for class com.licensespring.floating.dto.AddUserResponse
 
allowOverages(Boolean) - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest.AddConsumptionToLicenseRequestBuilder
 
apply(RequestTemplate) - Method in class com.licensespring.floating.AuthRequestInterceptor
 
AuthRequestInterceptor - Class in com.licensespring.floating
 
AuthRequestInterceptor(AuthTokenManager, ProxyConfiguration) - Constructor for class com.licensespring.floating.AuthRequestInterceptor
 
AuthTokenManager - Class in com.licensespring.floating
 
AuthTokenManager(ProxyConfiguration, Gson) - Constructor for class com.licensespring.floating.AuthTokenManager
 

B

borrow(ProxyRequest) - Method in interface com.licensespring.floating.api.ProxyAPI
Borrows a license
borrow() - Method in class com.licensespring.floating.ProxyFloatingService
Borrows a license slot if the license has that feature enabled
BorrowedLicenseExpirationSubscriber - Interface in com.licensespring.floating
 
borrowedLicenseExpirationSubscriber(BorrowedLicenseExpirationSubscriber) - Method in class com.licensespring.floating.FloatingConfiguration.FloatingConfigurationBuilder
Assigns a BorrowedLicenseExpirationSubscriber instance to be used for handling borrowed license expiration events.
BorrowedLicenseExpirationSubscriber.IgnoreEventSubscriber - Class in com.licensespring.floating
Default do-nothing subscriber.
borrowedUntil(ZonedDateTime) - Method in class com.licensespring.floating.dto.BorrowLicenseParams.BorrowLicenseParamsBuilder
 
borrowedUntil(String) - Method in class com.licensespring.floating.dto.BorrowLicenseRequest.BorrowLicenseRequestBuilder
 
borrowLicense(LicenseBorrowRequest) - Method in interface com.licensespring.floating.api.FloatingApi
Requests to borrow a license from the LicenseSpring API.
borrowLicense(Long, BorrowLicenseRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Temporarily borrows a license for a user until a given UTC time.
borrowLicense(LicenseIdentity, ZonedDateTime) - Method in class com.licensespring.floating.FloatingLicenseService
Borrows a license using provided license identity and a specified datetime until which the license is borrowed.
BorrowLicenseParams - Class in com.licensespring.floating.dto
 
BorrowLicenseParams.BorrowLicenseParamsBuilder - Class in com.licensespring.floating.dto
 
BorrowLicenseRequest - Class in com.licensespring.floating.dto
 
BorrowLicenseRequest.BorrowLicenseRequestBuilder - Class in com.licensespring.floating.dto
 
BorrowLicenseResponse - Class in com.licensespring.floating.dto
 
BorrowLicenseResponse(Long, ZonedDateTime, String, Integer) - Constructor for class com.licensespring.floating.dto.BorrowLicenseResponse
 
borrowLicenseV2(Long, BorrowLicenseParams) - Method in class com.licensespring.floating.ProxyFloatingService
Borrows a license slot if the license has that feature enabled
BorrowResponse - Class in com.licensespring.floating.dto
 
BorrowResponse(ZonedDateTime, Integer, Integer) - Constructor for class com.licensespring.floating.dto.BorrowResponse
 
build() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest.AddConsumptionToFeatureRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest.AddConsumptionToLicenseRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.AddLicenseRequest.AddLicenseRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.AddLicenseResponse.AddLicenseResponseBuilder
 
build() - Method in class com.licensespring.floating.dto.AddUserRequest.AddUserRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.BorrowLicenseParams.BorrowLicenseParamsBuilder
 
build() - Method in class com.licensespring.floating.dto.BorrowLicenseRequest.BorrowLicenseRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.ChangePasswordRequest.ChangePasswordRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.GetLicensesQuery.GetLicensesQueryBuilder
 
build() - Method in class com.licensespring.floating.dto.LoginRequest.LoginRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.ProxyFeatureRequest.ProxyFeatureRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.ProxyRequest.ProxyRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest.RegisterFeatureForUserRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest.RegisterUserToLicenseRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.RemoveUserRequest.RemoveUserRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest.UnregisterFeatureForUserRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.UnregisterUserFromLicenseRequest.UnregisterUserFromLicenseRequestBuilder
 
build() - Method in class com.licensespring.floating.dto.UserRegisterRequest.UserRegisterRequestBuilder
 
build() - Method in class com.licensespring.floating.FloatingConfiguration.FloatingConfigurationBuilder
Build the floating configuration.
build() - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
Builds the ProxyConfiguration.
builder() - Static method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest
 
builder() - Static method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest
 
builder() - Static method in class com.licensespring.floating.dto.AddLicenseRequest
 
builder() - Static method in class com.licensespring.floating.dto.AddLicenseResponse
 
builder() - Static method in class com.licensespring.floating.dto.AddUserRequest
 
builder() - Static method in class com.licensespring.floating.dto.BorrowLicenseParams
 
builder() - Static method in class com.licensespring.floating.dto.BorrowLicenseRequest
 
builder() - Static method in class com.licensespring.floating.dto.ChangePasswordRequest
 
builder() - Static method in class com.licensespring.floating.dto.GetLicensesQuery
 
builder() - Static method in class com.licensespring.floating.dto.LoginRequest
 
builder() - Static method in class com.licensespring.floating.dto.ProxyFeatureRequest
 
builder() - Static method in class com.licensespring.floating.dto.ProxyRequest
 
builder() - Static method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest
 
builder() - Static method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest
 
builder() - Static method in class com.licensespring.floating.dto.RemoveUserRequest
 
builder() - Static method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest
 
builder() - Static method in class com.licensespring.floating.dto.UnregisterUserFromLicenseRequest
 
builder() - Static method in class com.licensespring.floating.dto.UserRegisterRequest
 
builder() - Static method in class com.licensespring.floating.FloatingConfiguration
Use this builder to construct FloatingConfiguration.
builder() - Static method in class com.licensespring.floating.ProxyConfiguration
Use this builder to construct the ProxyConfiguration.
buildFeign(FloatingConfiguration, Gson, AuthorizationService) - Static method in class com.licensespring.floating.api.FloatingApiFactory
Builds FloatingApi.
buildFeign(ProxyConfiguration, Gson) - Static method in class com.licensespring.floating.api.FloatingServerV2ApiFactory
Builds ProxyAPI.
buildFeign(ProxyConfiguration, Gson) - Static method in class com.licensespring.floating.api.ProxyApiFactory
Builds ProxyAPI.
buildFeignWithAuthInterceptor(ProxyConfiguration, Gson) - Static method in class com.licensespring.floating.api.FloatingServerV2ApiFactory
 

C

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
This package contains all classes required to successfully call FloatingApi or ProxyAPI.
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.

D

deactivateLicense(LicenseRequest) - Method in interface com.licensespring.floating.api.FloatingApi
A license can be deactivated using this method, then the license can be used on another device
deactivateLicense(LicenseIdentity) - Method in class com.licensespring.floating.FloatingLicenseService
A license can be deactivated using this method, then the license can be used on another device.
decode(Response, Type) - Method in class com.licensespring.floating.FloatingSignatureVerifyingDecoder
 
disableUserAuth(boolean) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 

E

email(String) - Method in class com.licensespring.floating.dto.AddUserRequest.AddUserRequestBuilder
 
email(String) - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest.RegisterFeatureForUserRequestBuilder
 
email(String) - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest.RegisterUserToLicenseRequestBuilder
 
email(String) - Method in class com.licensespring.floating.dto.UserRegisterRequest.UserRegisterRequestBuilder
 
enablePeriodicCheck(boolean) - Method in class com.licensespring.floating.FloatingConfiguration.FloatingConfigurationBuilder
Enable periodic check invocation.
enablePeriodicCheck(boolean) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
Enable periodic registration invocation.
enablePeriodicRegister(boolean) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
If true, this property enables periodic calls to register method to prolong the valid registration period.
enableRetrying(boolean) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
equals(Object) - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.AddLicenseRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.AddLicenseResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.AddUserRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.AddUserResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.BorrowLicenseParams
 
equals(Object) - Method in class com.licensespring.floating.dto.BorrowLicenseRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.BorrowLicenseResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.BorrowResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.ChangePasswordRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.ChangePasswordResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.GetLicensesQuery
 
equals(Object) - Method in class com.licensespring.floating.dto.LoginRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.LoginResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.PingResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.ProxyFeatureRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.ProxyRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.ProxyResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.RemoveLicenseResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.RemoveUserRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.RemoveUserResponse
 
equals(Object) - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.UnregisterUserFromLicenseRequest
 
equals(Object) - Method in class com.licensespring.floating.dto.UserRegisterRequest
 
equals(Object) - Method in class com.licensespring.floating.FloatingConfiguration
 
equals(Object) - Method in class com.licensespring.floating.ProxyConfiguration
 

F

feature(String) - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest.AddConsumptionToFeatureRequestBuilder
 
feature(String) - Method in class com.licensespring.floating.dto.ProxyFeatureRequest.ProxyFeatureRequestBuilder
 
feature(String) - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest.RegisterFeatureForUserRequestBuilder
 
feature(String) - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest.UnregisterFeatureForUserRequestBuilder
 
featureRelease(ProxyFeatureRequest) - Method in interface com.licensespring.floating.api.ProxyAPI
Release a feature registration.
featureReleaseAll(ProxyFeatureRequest) - Method in interface com.licensespring.floating.api.ProxyAPI
Release all feature registrations for the user.
FloatingApi - Interface in com.licensespring.floating.api
Floating License APIs.
FloatingApiFactory - Class in com.licensespring.floating.api
Api factory for building FloatingApi.
FloatingConfiguration - Class in com.licensespring.floating
Floating configuration object.
FloatingConfiguration.FloatingConfigurationBuilder - Class in com.licensespring.floating
The Floating SDK configuration builder.
FloatingLicenseService - Class in com.licensespring.floating
All requests for floating cloud licenses should be done via this object.
FloatingLicenseService(FloatingConfiguration) - Constructor for class com.licensespring.floating.FloatingLicenseService
Floating service has to be built using the FloatingConfiguration.
FloatingServerV2Api - Interface in com.licensespring.floating.api
Floating Server V2 API.
FloatingServerV2ApiFactory - Class in com.licensespring.floating.api
Api factory for building FloatingServerV2Api.
FloatingSignatureVerifyingDecoder - Class in com.licensespring.floating
Decoder that verifies response signatures from the Floating Server V2 API.
FloatingSignatureVerifyingDecoder(Decoder, ProxyConfiguration) - Constructor for class com.licensespring.floating.FloatingSignatureVerifyingDecoder
 

G

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
 

H

hashCode() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest
 
hashCode() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
 
hashCode() - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest
 
hashCode() - Method in class com.licensespring.floating.dto.AddLicenseRequest
 
hashCode() - Method in class com.licensespring.floating.dto.AddLicenseResponse
 
hashCode() - Method in class com.licensespring.floating.dto.AddUserRequest
 
hashCode() - Method in class com.licensespring.floating.dto.AddUserResponse
 
hashCode() - Method in class com.licensespring.floating.dto.BorrowLicenseParams
 
hashCode() - Method in class com.licensespring.floating.dto.BorrowLicenseRequest
 
hashCode() - Method in class com.licensespring.floating.dto.BorrowLicenseResponse
 
hashCode() - Method in class com.licensespring.floating.dto.BorrowResponse
 
hashCode() - Method in class com.licensespring.floating.dto.ChangePasswordRequest
 
hashCode() - Method in class com.licensespring.floating.dto.ChangePasswordResponse
 
hashCode() - Method in class com.licensespring.floating.dto.GetLicensesQuery
 
hashCode() - Method in class com.licensespring.floating.dto.LoginRequest
 
hashCode() - Method in class com.licensespring.floating.dto.LoginResponse
 
hashCode() - Method in class com.licensespring.floating.dto.PingResponse
 
hashCode() - Method in class com.licensespring.floating.dto.ProxyFeatureRequest
 
hashCode() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
 
hashCode() - Method in class com.licensespring.floating.dto.ProxyRequest
 
hashCode() - Method in class com.licensespring.floating.dto.ProxyResponse
 
hashCode() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest
 
hashCode() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
 
hashCode() - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest
 
hashCode() - Method in class com.licensespring.floating.dto.RemoveLicenseResponse
 
hashCode() - Method in class com.licensespring.floating.dto.RemoveUserRequest
 
hashCode() - Method in class com.licensespring.floating.dto.RemoveUserResponse
 
hashCode() - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest
 
hashCode() - Method in class com.licensespring.floating.dto.UnregisterUserFromLicenseRequest
 
hashCode() - Method in class com.licensespring.floating.dto.UserRegisterRequest
 
hashCode() - Method in class com.licensespring.floating.FloatingConfiguration
 
hashCode() - Method in class com.licensespring.floating.ProxyConfiguration
 
health() - Method in interface com.licensespring.floating.api.ProxyAPI
Pings the sever.
host(String) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
hostnameVerifier(HostnameVerifier) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 

I

identityProvider(IdentityProvider) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
HardwareIdStrategy
IgnoreCheckEventSubscriber() - Constructor for class com.licensespring.floating.CheckLicenseSubscriber.IgnoreCheckEventSubscriber
 
IgnoreEventSubscriber() - Constructor for class com.licensespring.floating.BorrowedLicenseExpirationSubscriber.IgnoreEventSubscriber
 
IgnoreRegisterEventSubscriber() - Constructor for class com.licensespring.floating.ProxyRegisterSubscriber.IgnoreRegisterEventSubscriber
 
installationFile(LicenseIdentity) - Method in class com.licensespring.floating.FloatingLicenseService
Gets the latest installation file for the product.
isAddShutdownHook() - Method in class com.licensespring.floating.FloatingConfiguration
If true, this property adds a shutdown hook that will release currently active licenses before shutting down the runtime process.
isAddShutdownHook() - Method in class com.licensespring.floating.ProxyConfiguration
If true, this property adds a shutdown hook that will release currently active licenses before shutting down the runtime process.
isCacheHardwareID() - Method in class com.licensespring.floating.ProxyConfiguration
Set true to allow caching of hardware IDs, otherwise the SDK directly invokes the IdentityProvider.getKey() every time the SDK needs the hardware id.
isDisableUserAuth() - Method in class com.licensespring.floating.ProxyConfiguration
Disables user auth so users can register license without authentication.
isEnablePeriodicCheck() - Method in class com.licensespring.floating.FloatingConfiguration
If true, this property enables periodic calls to check method to prolong the license validity period.
isEnablePeriodicRegister() - Method in class com.licensespring.floating.ProxyConfiguration
If true, this property enables periodic calls to register method to prolong the valid registration period.
isEnableRetrying() - Method in class com.licensespring.floating.ProxyConfiguration
Boolean value that allows or disables retrying on failed API call.
isFloating() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
 
isV2Api() - Method in class com.licensespring.floating.ProxyFloatingService
 

L

licenseId(Long) - Method in class com.licensespring.floating.dto.AddLicenseResponse.AddLicenseResponseBuilder
 
licenseKey(String) - Method in class com.licensespring.floating.dto.AddLicenseRequest.AddLicenseRequestBuilder
 
login(LoginRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Authenticates a user and returns a JWT token
login(LoginRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
LoginRequest - Class in com.licensespring.floating.dto
 
LoginRequest.LoginRequestBuilder - Class in com.licensespring.floating.dto
 
LoginResponse - Class in com.licensespring.floating.dto
 
LoginResponse(String) - Constructor for class com.licensespring.floating.dto.LoginResponse
 

M

maxOverages(Integer) - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest.AddConsumptionToLicenseRequestBuilder
 
message(String) - Method in class com.licensespring.floating.dto.AddLicenseResponse.AddLicenseResponseBuilder
 

N

newPassword(String) - Method in class com.licensespring.floating.dto.ChangePasswordRequest.ChangePasswordRequestBuilder
 

O

oldPassword(String) - Method in class com.licensespring.floating.dto.ChangePasswordRequest.ChangePasswordRequestBuilder
 
onBorrowedLicenseExpiration(LicenseBorrowResponse) - Method in interface com.licensespring.floating.BorrowedLicenseExpirationSubscriber
Invoked when the borrowed license has reached or surpassed its expiration time.
onError(LicenseIdentity, LicenseSpringException) - Method in interface com.licensespring.floating.CheckLicenseSubscriber
Defines what to do when an error arises while doing the background check call to the server.
onError(ProxyRequest, LicenseSpringException) - Method in interface com.licensespring.floating.ProxyRegisterSubscriber
Defines what to do when an error arises while doing the background register call to server.
onSuccess(CheckResponse) - Method in interface com.licensespring.floating.CheckLicenseSubscriber
This method is called when the license has been successfully activated in the background.
onSuccess(LicenseData) - Method in interface com.licensespring.floating.ProxyRegisterSubscriber
This method is called when the registration was successful.

P

password(String) - Method in class com.licensespring.floating.dto.AddUserRequest.AddUserRequestBuilder
 
password(String) - Method in class com.licensespring.floating.dto.LoginRequest.LoginRequestBuilder
 
ping() - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Returns a simple pong message
PingResponse - Class in com.licensespring.floating.dto
 
PingResponse(String) - Constructor for class com.licensespring.floating.dto.PingResponse
 
port(Integer) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
product(String) - Method in class com.licensespring.floating.dto.AddLicenseRequest.AddLicenseRequestBuilder
 
product(String) - Method in class com.licensespring.floating.dto.AddLicenseResponse.AddLicenseResponseBuilder
 
product(String) - Method in class com.licensespring.floating.dto.GetLicensesQuery.GetLicensesQueryBuilder
Name of the product
product(String) - Method in class com.licensespring.floating.dto.ProxyRequest.ProxyRequestBuilder
 
product(String) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
productDetails() - Method in class com.licensespring.floating.FloatingLicenseService
Fetches product data from the server.
ProxyAPI - Interface in com.licensespring.floating.api
Proxy Floating License APIs.
ProxyApiFactory - Class in com.licensespring.floating.api
Api factory for building ProxyAPI.
proxyCertPath(String) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
ProxyConfiguration - Class in com.licensespring.floating
Offline Proxy Floating configuration object.
ProxyConfiguration.ProxyConfigurationBuilder - Class in com.licensespring.floating
Builder for ProxyConfiguration.
ProxyFeatureRequest - Class in com.licensespring.floating.dto
 
ProxyFeatureRequest(ProxyFeatureRequest.ProxyFeatureRequestBuilder<?, ?>) - Constructor for class com.licensespring.floating.dto.ProxyFeatureRequest
 
ProxyFeatureRequest.ProxyFeatureRequestBuilder<C extends ProxyFeatureRequest,B extends ProxyFeatureRequest.ProxyFeatureRequestBuilder<C,B>> - Class in com.licensespring.floating.dto
 
ProxyFeatureRequestBuilder() - Constructor for class com.licensespring.floating.dto.ProxyFeatureRequest.ProxyFeatureRequestBuilder
 
ProxyFeatureResponse - Class in com.licensespring.floating.dto
 
ProxyFeatureResponse(String, String, String, ZonedDateTime, boolean, int, int, int) - Constructor for class com.licensespring.floating.dto.ProxyFeatureResponse
 
ProxyFloatingService - Class in com.licensespring.floating
All request for offline floating licenses should be done via this object.
ProxyFloatingService(ProxyConfiguration) - Constructor for class com.licensespring.floating.ProxyFloatingService
Proxy floating service has to be built using the ProxyConfiguration.
proxyHost(String) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
proxyPass(String) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
proxyPort(Integer) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
proxyRegisterSubscriber(ProxyRegisterSubscriber) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
Add the CheckLicenseSubscriber implementation, which receives events on a background thread, which periodically call the registration API.
ProxyRegisterSubscriber - Interface in com.licensespring.floating
The ProxyRegisterSubscriber is a way to get notified when the background register completes.
ProxyRegisterSubscriber.IgnoreRegisterEventSubscriber - Class in com.licensespring.floating
Default do-nothing class.
ProxyRequest - Class in com.licensespring.floating.dto
Data Transfer Object that is used for register and unregister API endpoints.
ProxyRequest(ProxyRequest.ProxyRequestBuilder<?, ?>) - Constructor for class com.licensespring.floating.dto.ProxyRequest
 
ProxyRequest.ProxyRequestBuilder<C extends ProxyRequest,B extends ProxyRequest.ProxyRequestBuilder<C,B>> - Class in com.licensespring.floating.dto
 
ProxyRequestBuilder() - Constructor for class com.licensespring.floating.dto.ProxyRequest.ProxyRequestBuilder
 
ProxyResponse - Class in com.licensespring.floating.dto
 
ProxyResponse(String, String) - Constructor for class com.licensespring.floating.dto.ProxyResponse
 
ProxyShutdownHook - Class in com.licensespring.floating
Shutdown hook class for creating a hook that will unregister the user before shutdown.
ProxyShutdownHook(ProxyFloatingService) - Constructor for class com.licensespring.floating.ProxyShutdownHook
Constructor for creating the ProxyShutdownHook object in charge of handling the state of registered user.
proxyUser(String) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 

R

refreshToken() - Method in class com.licensespring.floating.AuthTokenManager
 
register(ProxyRequest) - Method in interface com.licensespring.floating.api.ProxyAPI
Register a user to the Floating Offline Server and takes up one user slot.
register() - Method in class com.licensespring.floating.ProxyFloatingService
Register the user.
registerFeatureForUser(Long, RegisterFeatureForUserRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Registers a specific feature under a license for a given user Requires user or admin role.
RegisterFeatureForUserRequest - Class in com.licensespring.floating.dto
 
RegisterFeatureForUserRequest.RegisterFeatureForUserRequestBuilder - Class in com.licensespring.floating.dto
 
RegisterFeatureForUserResponse - Class in com.licensespring.floating.dto
 
RegisterFeatureForUserResponse(Long, String, String, String, ZonedDateTime, Integer, Integer, Boolean, Integer, Boolean, Boolean, String, Boolean, Boolean, Integer, JsonElement, Long) - Constructor for class com.licensespring.floating.dto.RegisterFeatureForUserResponse
 
registerFeatureForUserV2(Long, RegisterFeatureForUserRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
registerUserToLicense(Long, RegisterUserToLicenseRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Registers a user under a license with a specified number of allowed registrations Requires user or admin role.
RegisterUserToLicenseRequest - Class in com.licensespring.floating.dto
 
RegisterUserToLicenseRequest.RegisterUserToLicenseRequestBuilder - Class in com.licensespring.floating.dto
 
registerUserToLicenseV2(Long, RegisterUserToLicenseRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
releaseAllFeatures(String) - Method in class com.licensespring.floating.ProxyFloatingService
Release all feature registrations for the user.
releaseFeature(String) - Method in class com.licensespring.floating.ProxyFloatingService
Release a feature registration.
releaseFloatingFeature(FloatingFeatureReq) - Method in interface com.licensespring.floating.api.FloatingApi
Use this endpoint to release a license device from a floating license feature.
releaseFloatingFeature(LicenseIdentity, String) - Method in class com.licensespring.floating.FloatingLicenseService
Release a license device from a floating license feature.
releaseLicense(LicenseRequest) - Method in interface com.licensespring.floating.api.FloatingApi
Releases a floating cloud license from current device and syncs local consumptions if configuration property enableLocalCaching is true.
releaseLicense(LicenseIdentity) - Method in class com.licensespring.floating.FloatingLicenseService
Releases a floating cloud license from current device and syncs local consumptions if configuration property enableLocalCaching is true.
removeFuture(LicenseIdentity) - Method in class com.licensespring.floating.ShutdownHooks
Removes given future for the given identity key.
removeIdentity(LicenseIdentity) - Method in class com.licensespring.floating.ShutdownHooks
Removes given identity.
removeLicense(RemoveLicenseQuery) - Method in interface com.licensespring.floating.api.ProxyAPI
Remove license.
removeLicense() - Method in class com.licensespring.floating.ProxyFloatingService
 
removeLicenseById(Long) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Removes a product license using its license ID Requires admin role.
removeLicenseById(Long) - Method in class com.licensespring.floating.ProxyFloatingService
 
RemoveLicenseResponse - Class in com.licensespring.floating.dto
 
RemoveLicenseResponse(String) - Constructor for class com.licensespring.floating.dto.RemoveLicenseResponse
 
removeOnBorrowExpiredHook(LicenseIdentity, boolean) - Method in class com.licensespring.floating.ShutdownHooks
Removes onBorrowExpired hook for the given identity key.
removeUser(RemoveUserRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Creates a user with a hashed password and role Requires admin role.
removeUser(RemoveUserRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
RemoveUserRequest - Class in com.licensespring.floating.dto
 
RemoveUserRequest.RemoveUserRequestBuilder - Class in com.licensespring.floating.dto
 
RemoveUserResponse - Class in com.licensespring.floating.dto
 
RemoveUserResponse(String) - Constructor for class com.licensespring.floating.dto.RemoveUserResponse
 
requestLogging(Logger.Level) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
requestTimeout(Long) - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
role(String) - Method in class com.licensespring.floating.dto.AddUserRequest.AddUserRequestBuilder
 

S

self() - Method in class com.licensespring.floating.dto.ProxyFeatureRequest.ProxyFeatureRequestBuilder
 
self() - Method in class com.licensespring.floating.dto.ProxyRequest.ProxyRequestBuilder
 
self() - Method in class com.licensespring.floating.FloatingConfiguration.FloatingConfigurationBuilder
 
self() - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
 
serverHealthy() - Method in class com.licensespring.floating.ProxyFloatingService
Check if the server is healthy.
setEmail(String) - Method in class com.licensespring.floating.dto.AddUserRequest
 
setEmail(String) - Method in class com.licensespring.floating.dto.UserRegisterRequest
 
setKeys(String, String) - Method in interface com.licensespring.floating.api.ProxyAPI
Sets the Api and Shared keys
setKeys(String, String) - Method in class com.licensespring.floating.ProxyFloatingService
Sets the apiKey and sharedKey on the floating server
setOnBorrowExpiredHook(LicenseIdentity, ScheduledFuture<?>) - Method in class com.licensespring.floating.ShutdownHooks
Sets onBorrowExpired hook for the given identity key.
setPassword(String, String) - Method in interface com.licensespring.floating.api.ProxyAPI
Sets the web UI password
setPassword(String) - Method in class com.licensespring.floating.dto.AddUserRequest
 
setPassword(String, String) - Method in class com.licensespring.floating.ProxyFloatingService
Changes the password on the floating server (or for the user if RBAC is enabled)
setRole(String) - Method in class com.licensespring.floating.dto.AddUserRequest
 
setUsername(String) - Method in class com.licensespring.floating.dto.AddUserRequest
 
setUsername(String) - Method in class com.licensespring.floating.dto.UserRegisterRequest
 
ShutdownHooks - Class in com.licensespring.floating
Shutdown hook class for creating a hook that will release all licenses before shutdown.
ShutdownHooks(FloatingLicenseService, FloatingConfiguration) - Constructor for class com.licensespring.floating.ShutdownHooks
Constructor for creating the ShutdownHooks object in charge of handling the state of activated licenses.
shutdownScheduler() - Method in class com.licensespring.floating.FloatingLicenseService
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
shutdownScheduler() - Method in class com.licensespring.floating.ProxyFloatingService
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
status(String) - Method in class com.licensespring.floating.dto.AddLicenseResponse.AddLicenseResponseBuilder
 

T

toString() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest.AddConsumptionToFeatureRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureRequest
 
toString() - Method in class com.licensespring.floating.dto.AddConsumptionToFeatureResponse
 
toString() - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest.AddConsumptionToLicenseRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.AddConsumptionToLicenseRequest
 
toString() - Method in class com.licensespring.floating.dto.AddLicenseRequest.AddLicenseRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.AddLicenseRequest
 
toString() - Method in class com.licensespring.floating.dto.AddLicenseResponse.AddLicenseResponseBuilder
 
toString() - Method in class com.licensespring.floating.dto.AddLicenseResponse
 
toString() - Method in class com.licensespring.floating.dto.AddUserRequest.AddUserRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.AddUserRequest
 
toString() - Method in class com.licensespring.floating.dto.AddUserResponse
 
toString() - Method in class com.licensespring.floating.dto.BorrowLicenseParams.BorrowLicenseParamsBuilder
 
toString() - Method in class com.licensespring.floating.dto.BorrowLicenseParams
 
toString() - Method in class com.licensespring.floating.dto.BorrowLicenseRequest.BorrowLicenseRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.BorrowLicenseRequest
 
toString() - Method in class com.licensespring.floating.dto.BorrowLicenseResponse
 
toString() - Method in class com.licensespring.floating.dto.BorrowResponse
 
toString() - Method in class com.licensespring.floating.dto.ChangePasswordRequest.ChangePasswordRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.ChangePasswordRequest
 
toString() - Method in class com.licensespring.floating.dto.ChangePasswordResponse
 
toString() - Method in class com.licensespring.floating.dto.GetLicensesQuery.GetLicensesQueryBuilder
 
toString() - Method in class com.licensespring.floating.dto.GetLicensesQuery
 
toString() - Method in class com.licensespring.floating.dto.LoginRequest.LoginRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.LoginRequest
 
toString() - Method in class com.licensespring.floating.dto.LoginResponse
 
toString() - Method in class com.licensespring.floating.dto.PingResponse
 
toString() - Method in class com.licensespring.floating.dto.ProxyFeatureRequest.ProxyFeatureRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.ProxyFeatureRequest
 
toString() - Method in class com.licensespring.floating.dto.ProxyFeatureResponse
 
toString() - Method in class com.licensespring.floating.dto.ProxyRequest.ProxyRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.ProxyRequest
 
toString() - Method in class com.licensespring.floating.dto.ProxyResponse
 
toString() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest.RegisterFeatureForUserRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest
 
toString() - Method in class com.licensespring.floating.dto.RegisterFeatureForUserResponse
 
toString() - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest.RegisterUserToLicenseRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest
 
toString() - Method in class com.licensespring.floating.dto.RemoveLicenseResponse
 
toString() - Method in class com.licensespring.floating.dto.RemoveUserRequest.RemoveUserRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.RemoveUserRequest
 
toString() - Method in class com.licensespring.floating.dto.RemoveUserResponse
 
toString() - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest
 
toString() - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest.UnregisterFeatureForUserRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.UnregisterUserFromLicenseRequest
 
toString() - Method in class com.licensespring.floating.dto.UnregisterUserFromLicenseRequest.UnregisterUserFromLicenseRequestBuilder
 
toString() - Method in class com.licensespring.floating.dto.UserRegisterRequest
 
toString() - Method in class com.licensespring.floating.dto.UserRegisterRequest.UserRegisterRequestBuilder
 
toString() - Method in class com.licensespring.floating.FloatingConfiguration.FloatingConfigurationBuilder
Autogenerated toString
toString() - Method in class com.licensespring.floating.FloatingConfiguration
 
toString() - Method in class com.licensespring.floating.ProxyConfiguration.ProxyConfigurationBuilder
Autogenerated toString containing all the fields.
toString() - Method in class com.licensespring.floating.ProxyConfiguration
Autogenerated toString containing all the fields.
trackVariables(VariableRequest) - Method in interface com.licensespring.floating.api.FloatingApi
Tracks custom device variables which can be seen in the platform.
trackVariables(LicenseIdentity, DeviceVariables) - Method in class com.licensespring.floating.FloatingLicenseService
Tracks custom device variables which can be seen in the platform.

U

unregister(ProxyRequest) - Method in interface com.licensespring.floating.api.ProxyAPI
Unregisters the current user of the product and frees the space for other registrations.
unregister() - Method in class com.licensespring.floating.ProxyFloatingService
Unregister the user.
unregisterAll() - Method in interface com.licensespring.floating.api.ProxyAPI
Unregisters all users
unregisterAll() - Method in class com.licensespring.floating.ProxyFloatingService
Unregisters all users
unregisterFeatureForUser(Long, UnregisterFeatureForUserRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Releases a registered feature for a specific user.
UnregisterFeatureForUserRequest - Class in com.licensespring.floating.dto
 
UnregisterFeatureForUserRequest.UnregisterFeatureForUserRequestBuilder - Class in com.licensespring.floating.dto
 
unregisterFeatureForUserV2(Long, UnregisterFeatureForUserRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
unregisterUserFromLicense(Long, UnregisterUserFromLicenseRequest) - Method in interface com.licensespring.floating.api.FloatingServerV2Api
Removes a user from the license system by license ID and username Requires user or admin role.
UnregisterUserFromLicenseRequest - Class in com.licensespring.floating.dto
 
UnregisterUserFromLicenseRequest.UnregisterUserFromLicenseRequestBuilder - Class in com.licensespring.floating.dto
 
unregisterUserFromLicenseV2(Long, UnregisterUserFromLicenseRequest) - Method in class com.licensespring.floating.ProxyFloatingService
 
uploadOfflineLicense() - Method in interface com.licensespring.floating.api.ProxyAPI
Upload offline license file.
uploadOfflineLicense() - Method in class com.licensespring.floating.ProxyFloatingService
 
user(String) - Method in class com.licensespring.floating.dto.ProxyRequest.ProxyRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.AddUserRequest.AddUserRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.BorrowLicenseParams.BorrowLicenseParamsBuilder
 
username(String) - Method in class com.licensespring.floating.dto.BorrowLicenseRequest.BorrowLicenseRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.ChangePasswordRequest.ChangePasswordRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.LoginRequest.LoginRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.RegisterFeatureForUserRequest.RegisterFeatureForUserRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.RegisterUserToLicenseRequest.RegisterUserToLicenseRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.RemoveUserRequest.RemoveUserRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.UnregisterFeatureForUserRequest.UnregisterFeatureForUserRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.UnregisterUserFromLicenseRequest.UnregisterUserFromLicenseRequestBuilder
 
username(String) - Method in class com.licensespring.floating.dto.UserRegisterRequest.UserRegisterRequestBuilder
 
UserRegisterRequest - Class in com.licensespring.floating.dto
 
UserRegisterRequest.UserRegisterRequestBuilder - Class in com.licensespring.floating.dto
 

V

versions(LicenseIdentity) - Method in class com.licensespring.floating.FloatingLicenseService
Gets all the available versions for the product configured via configuration settings.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

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