10Duke Scale SDK for Java
Loading...
Searching...
No Matches
tenduke.scale.client.LicenseCheckoutMode Enum Reference

Detailed Description

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.
 

Member Data Documentation

◆ ALL

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.

◆ IDENTITY

tenduke.scale.client.LicenseCheckoutMode.IDENTITY

Mode in which tenduke.scale.client.DefaultLicenseCheckoutClient supports user identity based licensing or 10Duke Scale JWT based API authorization.

◆ LICENSE_KEY

tenduke.scale.client.LicenseCheckoutMode.LICENSE_KEY

Mode in which tenduke.scale.client.DefaultLicenseCheckoutClient supports license key based licensing.


The documentation for this enum was generated from the following file: