Floating Client
<dependencies>
<dependency>
<groupId>com.licensespring</groupId>
<artifactId>licensespring-floating-client</artifactId>
<version>2.16.1</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>jdk-java</id>
<url>https://licensespring-maven.s3.eu-central-1.amazonaws.com/</url>
</repository>
</repositories>repositories {
mavenLocal()
maven {
url = 'https://licensespring-maven.s3.eu-central-1.amazonaws.com/'
}
}
dependencies {
implementation 'com.licensespring:licensespring-floating-client:2.16.1'
}Initializing the Floating Client module
FloatingLicenseService
activateLicense(ActivationLicense identity)
checkLicense(LicenseIdentity data)
CheckLicenseSubscriber
BorrowedLicenseExpirationSubscriber
addConsumption(LicenseIdentity identity, int consumptions)
addFeatureConsumption(LicenseIdentity identity, int consumptions)
installationFile(LicenseIdentity identity)
trackVariables(LicenseIdentity identity, Map<String, String> variables)
versions(LicenseIdentity identity)
productDetails()
releaseLicense(LicenseIdentity identity)
deactivateLicense(LicenseIdentity identity)
borrowLicense(LicenseIdentity identity)
changeOAuthClientSecret
Last updated
Was this helpful?