public final class FloatingConfiguration
extends com.licensespring.BaseConfiguration
FloatingLicenseService are within this class.| Modifier and Type | Class and Description |
|---|---|
static class |
FloatingConfiguration.FloatingConfigurationBuilder
The Floating SDK configuration builder.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatingConfiguration.FloatingConfigurationBuilder |
builder()
Use this builder to construct FloatingConfiguration.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
BorrowedLicenseExpirationSubscriber |
getBorrowedLicenseExpirationSubscriber()
BorrowedLicenseExpirationSubscriber is an interface to be used for handling borrowed license
expiration events.
|
CheckLicenseSubscriber |
getCheckLicenseSubscriber()
CheckSubscriber is an interface that provides two methods (onSuccess and onError), it is used
to monitor the response from the periodic checks.
|
int |
hashCode() |
boolean |
isAddShutdownHook()
If true, this property adds a shutdown hook that will release currently active licenses before
shutting down the runtime process.
|
boolean |
isEnablePeriodicCheck()
If true, this property enables periodic calls to check method to prolong the license validity
period.
|
String |
toString() |
getApiKey, getApiUrl, getAppName, getAppVersion, getAuthURL, getClientId, getClientSecret, getConnectionSpecs, getHostnameVerifier, getIdentityProvider, getInfoToStore, getLicenseSpringAPIVersion, getProductCode, getProxyCertPath, getProxyHost, getProxyPass, getProxyPort, getProxyUser, getRequestLogging, getRequestTimeout, getSdkVersion, getServiceURL, getServiceUrlCertPath, getSharedKey, getSslConfig, isCacheHardwareID, isDisableSsl, isEnableNegativeConsumptions, isEnableRetrying, isOAuth, isStoreMachineInfopublic static FloatingConfiguration.FloatingConfigurationBuilder builder()
public boolean isAddShutdownHook()
public boolean isEnablePeriodicCheck()
public CheckLicenseSubscriber getCheckLicenseSubscriber()
public BorrowedLicenseExpirationSubscriber getBorrowedLicenseExpirationSubscriber()
public String toString()
toString in class com.licensespring.BaseConfigurationpublic boolean equals(Object o)
equals in class com.licensespring.BaseConfigurationprotected boolean canEqual(Object other)
canEqual in class com.licensespring.BaseConfigurationpublic int hashCode()
hashCode in class com.licensespring.BaseConfigurationCopyright © 2025 Cense Data Inc.. All rights reserved.