public interface ProxyAPI
Modifier and Type | Method and Description |
---|---|
com.licensespring.LicenseData |
getLicense(String product)
Retrieves the LicenseData object which contains information about the license for the product.
|
feign.Response |
health()
Pings the sever.
|
ProxyResponse |
register(ProxyRequest proxyRequest)
Register a user to the Floating Offline Server and takes up one user slot.
|
String |
unregister(ProxyRequest proxyRequest)
Unregisters the current user of the product and frees the space for other registrations.
|
ProxyResponse register(ProxyRequest proxyRequest)
proxyRequest
- - DTO for un/registering the license user.String unregister(ProxyRequest proxyRequest)
proxyRequest
- - DTO for un/registering the license user.com.licensespring.LicenseData getLicense(String product)
product
- - Parameter containing product code.feign.Response health()
Copyright © 2024 Cense Data Inc.. All rights reserved.