| Package | Description |
|---|---|
| com.silanis.esl.api.model | |
| com.silanis.esl.sdk.internal.converter |
For internal use only.
|
| com.silanis.esl.sdk.service.apiclient |
| Modifier and Type | Field and Description |
|---|---|
protected List<AccountRole> |
UserAccountRole.accountRoles |
| Modifier and Type | Method and Description |
|---|---|
AccountRole |
AccountRole.setDescription(String description) |
AccountRole |
AccountRole.setEnabled(Boolean enabled) |
AccountRole |
AccountRole.setId(String id) |
AccountRole |
AccountRole.setName(String name) |
AccountRole |
AccountRole.setPermissions(List<String> permissions) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountRole> |
UserAccountRole.getAccountRoles() |
| Modifier and Type | Method and Description |
|---|---|
UserAccountRole |
UserAccountRole.setAccountRoles(List<AccountRole> accountRoles) |
| Constructor and Description |
|---|
UserAccountRole(String userId,
String accountId,
List<AccountRole> accountRoles) |
| Modifier and Type | Method and Description |
|---|---|
AccountRole |
AccountRoleConverter.toAPIAccountRole() |
| Constructor and Description |
|---|
AccountRoleConverter(AccountRole apiAccountRoleOptional) |
| Modifier and Type | Method and Description |
|---|---|
AccountRole |
AccountApiClient.getAccountRole(String accountRoleId) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountRole> |
AccountApiClient.getAccountRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountApiClient.addAccountRole(AccountRole accountRole) |
void |
AccountApiClient.updateAccountRole(String accountRoleId,
AccountRole accountRole) |
Copyright 2022 OneSpan All rights reserved.