Package org.bonitasoft.web.client.api
Interface LicenseApi
- All Superinterfaces:
ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionfeign.ResponseGet the current server license Returns license information for the current serverGet the platform License Returns the current platform License.
-
Method Details
-
getLicense
feign.Response getLicense()Get the current server license Returns license information for the current server- Returns:
- License
-
getPlatformLicense
PlatformLicense getPlatformLicense()Get the platform License Returns the current platform License. This requires a platform session. Log in using the platform login service.- Returns:
- PlatformLicense
-