|
10Duke Scale SDK for Java
|
Enumeration of possible modes that the tenduke.scale.client.DefaultLicenseCheckoutClient supports.
Public Attributes | |
| IDENTITY | |
Mode in which tenduke.scale.client.DefaultLicenseCheckoutClient supports user identity based licensing or 10Duke Scale JWT based API authorization. | |
| LICENSE_KEY | |
Mode in which tenduke.scale.client.DefaultLicenseCheckoutClient supports license key based licensing. | |
| ALL | |
Mode in which tenduke.scale.client.DefaultLicenseCheckoutClient supports license key and user identity based licensing, and 10Duke Scale JWT based API authorization. | |
| tenduke.scale.client.LicenseCheckoutMode.ALL |
Mode in which tenduke.scale.client.DefaultLicenseCheckoutClient supports license key and user identity based licensing, and 10Duke Scale JWT based API authorization.
| tenduke.scale.client.LicenseCheckoutMode.IDENTITY |
Mode in which tenduke.scale.client.DefaultLicenseCheckoutClient supports user identity based licensing or 10Duke Scale JWT based API authorization.
| tenduke.scale.client.LicenseCheckoutMode.LICENSE_KEY |
Mode in which tenduke.scale.client.DefaultLicenseCheckoutClient supports license key based licensing.