| Package | Description |
|---|---|
| com.licensespring |
Package
com.licensespring contains the main public classes of interest when implementing
the client SDKs (license-client, floating-client). |
| com.licensespring.api |
com.licensespring.api package contains Core APIs,
API builders, Error decoders, Interceptors and
used in all SDKs e.g. |
| com.licensespring.identity |
Package
com.licensespring.identity.identity
contains various identity providers that are used
depending on the context in which the application
is launched. |
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseConfiguration.ConfigurationBuilder<C extends BaseConfiguration,B extends BaseConfiguration.ConfigurationBuilder<C,B>>
Builder for
BaseConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static feign.Feign.Builder |
LicenseSpringApiBuilderFactory.createFeign(BaseConfiguration configuration,
com.google.gson.Gson gson,
AuthorizationService authorizationService)
Creates basic
Feign.Builder for all
LicenseSpring client APIs. |
| Constructor and Description |
|---|
AuthorizationService(BaseConfiguration configuration)
Instantiates a new Authorization service.
|
AuthorizationService(BaseConfiguration configuration,
com.licensespring.internal.services.DateProvider provider)
Instantiates a new Authorization service.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceIdentity |
DeviceCacheFactory.create(BaseConfiguration configuration)
It returns either instance of
DirectHardwareId or
HardwareIdCache based on boolean value of cacheHardwareId
in BaseConfiguration. |
Copyright © 2024 Cense Data Inc.. All rights reserved.