Offline Floating License
Overview
Offline floating licenses (also known as borrowing a floating license) offer flexibility for users to continue accessing licensed functionality even when they are not connected to the LexFloatServer. This feature allows LexFloatServer to lease licenses that can be used outside the company network for a specified duration.
LexFloatServer administrators can set the maximum lease duration using the maxOfflineLeaseDuration
parameter and control the number of clients that can hold an offline license lease simultaneously with the allowedOfflineFloatingClients
parameter in the config.yml
.
Requesting an offline floating license
The RequestOfflineFloatingLicense()
function in the LexFloatClient allows users to lease an offline license from the LexFloatServer. Once the floating client is leased, it remains valid even when the user is disconnected from the company network. The floating client will automatically expire once the lease duration has elapsed.
The recommended flow for implementing the RequestOfflineFloatingLicense()
function is as follows:
Last updated