Package org.bonitasoft.web.client.api
Interface LicenseApi
-
- All Superinterfaces:
ApiClient.Api
public interface LicenseApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description feign.ResponsegetLicense()Get the current server license Returns license information for the current serverPlatformLicensegetPlatformLicense()Get the platform License Returns the current platform License.
-
-
-
Method Detail
-
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
-
-