|
10Duke Scale SDK for Java
|
A minimal configuration implementation suitable for in memory based applications using license keys.
Public Member Functions | |
| URI | licensingApiUrl () |
| Protocol and host name for the 10Duke API base URL. | |
| boolean | tokenAutomaticInvalidationDisabled () |
| Controls whether automatic token invalidation on heartbeat failure is disabled. | |
Public Member Functions inherited from tenduke.scale.api.config.TendukeScaleConfig | |
| default Optional< String > | licensingApiAuthorizationModel () |
| Method of authorization used for API calls. | |
Package Functions | |
| public< U > U | unwrap () |
Additional Inherited Members | |
Public Attributes inherited from tenduke.scale.api.config.TendukeScaleConfig | |
| String | LICENSING_API_JWKS_URLS_PATH = "/licensing-signing-keys/.well-known/jwks.json" |
URL path to read public key used to verify JWTs received from the API: /licensing-signing-keys/.well-known/jwks.json. | |
| URI tenduke.scale.api.config.MinViableTendukeScaleConfig.licensingApiUrl | ( | ) |
Protocol and host name for the 10Duke API base URL.
Implements tenduke.scale.api.config.TendukeScaleConfig.
| boolean tenduke.scale.api.config.MinViableTendukeScaleConfig.tokenAutomaticInvalidationDisabled | ( | ) |
Controls whether automatic token invalidation on heartbeat failure is disabled.
When this returns true, the automatic invalidation of tokens on specific heartbeat failures is disabled. When false (default), tokens will be automatically invalidated when heartbeat fails with critical error codes.
Implements tenduke.scale.api.config.TendukeScaleConfig.
|
package |