| 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.internal.converter |
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Provider> |
AccountProviders.getDocuments() |
List<Provider> |
AccountProviders.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountProviders.addDocument(Provider provider) |
void |
AccountProviders.addUser(Provider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountProviders.setDocuments(List<Provider> providers) |
void |
AccountProviders.setUsers(List<Provider> providers) |
| Modifier and Type | Method and Description |
|---|---|
Provider |
ProviderBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AccountBuilder |
AccountBuilder.withAccountProviders(List<Provider> documents,
List<Provider> users) |
AccountBuilder |
AccountBuilder.withAccountProviders(List<Provider> documents,
List<Provider> users) |
| Modifier and Type | Method and Description |
|---|---|
Provider |
ProviderConverter.toSDKProvider() |
| Constructor and Description |
|---|
ProviderConverter(Provider sdkProvider) |
Copyright 2022 OneSpan All rights reserved.