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.service |
Service classes provide low-level support for interacting with eSignLive.
|
Modifier and Type | Method and Description |
---|---|
List<FastTrackSigner> |
FastTrackRole.getSigners() |
Modifier and Type | Method and Description |
---|---|
void |
FastTrackRole.setSigners(List<FastTrackSigner> signers) |
Modifier and Type | Method and Description |
---|---|
FastTrackSigner |
FastTrackSignerBuilder.build()
Builds the actual FastTrackSigner object.
|
Modifier and Type | Method and Description |
---|---|
FastTrackRoleBuilder |
FastTrackRoleBuilder.withSigner(FastTrackSigner signer)
Adds a FastTrackSigner to the FastTrackRole.
|
Modifier and Type | Method and Description |
---|---|
String |
PackageService.startFastTrack(PackageId packageId,
List<FastTrackSigner> signers)
Create Fast Track Package.
|
Copyright 2022 OneSpan All rights reserved.