| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DelegationUser |
DelegationUserBuilder.build()
Builds the delegation user object.
|
| Modifier and Type | Field and Description |
|---|---|
DelegationUser |
DelegationExample.delegationUser1 |
DelegationUser |
DelegationExample.delegationUser10 |
DelegationUser |
DelegationExample.delegationUser11 |
DelegationUser |
DelegationExample.delegationUser2 |
DelegationUser |
DelegationExample.delegationUser3 |
DelegationUser |
DelegationExample.delegationUser4 |
DelegationUser |
DelegationExample.delegationUser5 |
DelegationUser |
DelegationExample.delegationUser6 |
DelegationUser |
DelegationExample.delegationUser7 |
DelegationUser |
DelegationExample.delegationUser8 |
DelegationUser |
DelegationExample.delegationUser9 |
| Modifier and Type | Field and Description |
|---|---|
List<DelegationUser> |
DelegationExample.delegationUserListAfterAdding |
List<DelegationUser> |
DelegationExample.delegationUserListAfterClearing |
List<DelegationUser> |
DelegationExample.delegationUserListAfterRemoving |
List<DelegationUser> |
DelegationExample.delegationUserListAfterUpdating |
List<DelegationUser> |
DelegationExample.delegationUserListAfterUpdatingWithObjects |
| Modifier and Type | Method and Description |
|---|---|
DelegationUser |
DelegationUserConverter.toSDKDelegationUser()
Convert from API to SDK.
|
| Constructor and Description |
|---|
DelegationUserConverter(DelegationUser sdkDelegationUser)
Construct with SDK delegationUser object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegationUser> |
AccountService.getDelegates(String senderId)
Get a list of delegation users of the sender
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountService.addDelegate(String senderId,
DelegationUser delegationUser)
Add a new delegate to the sender
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountService.updateDelegationWithDelegationUsers(String senderId,
List<DelegationUser> delegates)
Update the information of delegates
|
Copyright 2022 OneSpan All rights reserved.