| 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.
|
| com.silanis.esl.sdk.service |
Service classes provide low-level support for interacting with eSignLive.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AccountRole> |
UserAccountRole.accountRoles |
| Modifier and Type | Method and Description |
|---|---|
List<AccountRole> |
UserAccountRole.getAccountRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAccountRole.setPermissions(List<AccountRole> accountRoles) |
| Constructor and Description |
|---|
UserAccountRole(String userId,
String accountId,
List<AccountRole> accountRoles) |
| Modifier and Type | Method and Description |
|---|---|
AccountRole |
AccountRoleBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AccountRole |
AccountRoleConverter.toSDKAccountRole() |
| Constructor and Description |
|---|
AccountRoleConverter(AccountRole sdkAccountRoleOptional) |
| Modifier and Type | Method and Description |
|---|---|
AccountRole |
AccountService.getAccountRole(String accountRoleId) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountRole> |
AccountService.getAccountRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountService.addAccountRole(AccountRole accountRole) |
void |
AccountService.updateAccountRole(String accountRoleId,
AccountRole accountRole) |
Copyright 2022 OneSpan All rights reserved.