| Package | Description |
|---|---|
| com.silanis.esl.sdk |
The eSignLive Java SDK base package containing the EslClient and model classes.
|
| com.silanis.esl.sdk.builder |
Builder classes provide high-level support for creating model objects.
|
| com.silanis.esl.sdk.examples |
Examples and helper classes of how to use the eSignLive Java SDK.
|
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| com.silanis.esl.sdk.service.apiclient |
| Modifier and Type | Method and Description |
|---|---|
AccountPackageSettings |
AccountSettings.getAccountPackageSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountSettings.setAccountPackageSettings(AccountPackageSettings accountPackageSettings) |
| Modifier and Type | Method and Description |
|---|---|
AccountPackageSettings |
AccountPackageSettingsBuilder.build()
Builds the actual Account Package Settings.
|
| Modifier and Type | Method and Description |
|---|---|
AccountSettingsBuilder |
AccountSettingsBuilder.withAccountPackageSettings(AccountPackageSettings accountPackageSettings)
Set AccountPackageSettings.
|
| Modifier and Type | Field and Description |
|---|---|
AccountPackageSettings |
AccountSettingsExample.defaultAccountPackageSettings |
AccountPackageSettings |
AccountSettingsExample.deletedAccountPackageSettings |
AccountPackageSettings |
AccountSettingsExample.patchedAccountPackageSettings |
| Modifier and Type | Method and Description |
|---|---|
AccountPackageSettings |
AccountPackageSettingsConverter.toSDKAccountPackageSettings()
Convert from API AccountPackageSettings to SDK AccountPackageSettings.
|
| Constructor and Description |
|---|
AccountPackageSettingsConverter(AccountPackageSettings sdkAccountPackageSettings)
Construct with SDK AccountPackageSettings object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
AccountPackageSettings |
AccountConfigService.getAccountPackageSettings()
Get account package settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountConfigService.saveAccountPackageSettings(AccountPackageSettings accountPackageSettings)
Save account package settings.
|
| Modifier and Type | Method and Description |
|---|---|
AccountPackageSettings |
AccountConfigClient.getAccountPackageSettings()
Get account package settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountConfigClient.saveAccountPackageSettings(AccountPackageSettings accountPackageSettings)
Save account package settings.
|
Copyright 2022 OneSpan All rights reserved.