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, getConnectionSpecs, getHostnameVerifier, getIdentityProvider, getInfoToStore, getLicenseSpringAPIVersion, getProductCode, getProxyCertPath, getProxyHost, getProxyPass, getProxyPort, getProxyUser, getRequestLogging, getRequestTimeout, getSdkVersion, getServiceURL, getSharedKey, getSslConfig, isCacheHardwareID, isDisableSsl, isEnableNegativeConsumptions, isEnableRetrying, isStoreMachineInfo
public static FloatingConfiguration.FloatingConfigurationBuilder builder()
public boolean isAddShutdownHook()
public boolean isEnablePeriodicCheck()
public CheckLicenseSubscriber getCheckLicenseSubscriber()
public BorrowedLicenseExpirationSubscriber getBorrowedLicenseExpirationSubscriber()
public String toString()
toString
in class com.licensespring.BaseConfiguration
public boolean equals(Object o)
equals
in class com.licensespring.BaseConfiguration
protected boolean canEqual(Object other)
canEqual
in class com.licensespring.BaseConfiguration
public int hashCode()
hashCode
in class com.licensespring.BaseConfiguration
Copyright © 2024 Cense Data Inc.. All rights reserved.