| 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 DelegationUser |
Session._delegationUser |
| Modifier and Type | Method and Description |
|---|---|
DelegationUser |
Session.getDelegationUser() |
DelegationUser |
DelegationUser.safeSetEmail(String value) |
DelegationUser |
DelegationUser.safeSetFirstName(String value) |
DelegationUser |
DelegationUser.safeSetId(String value) |
DelegationUser |
DelegationUser.safeSetLastName(String value) |
DelegationUser |
DelegationUser.safeSetName(String value) |
DelegationUser |
DelegationUser.setEmail(String value) |
DelegationUser |
DelegationUser.setExpiryDate(Date _expiryDate) |
DelegationUser |
DelegationUser.setFirstName(String value) |
DelegationUser |
DelegationUser.setId(String value) |
DelegationUser |
DelegationUser.setLastName(String value) |
DelegationUser |
DelegationUser.setName(String value) |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.safeSetDelegationUser(DelegationUser value) |
Session |
Session.setDelegationUser(DelegationUser value) |
| Modifier and Type | Method and Description |
|---|---|
DelegationUser |
DelegationUserConverter.toAPIDelegationUser()
Convert from SDK DelegationUser to API DelegationUser.
|
| Constructor and Description |
|---|
DelegationUserConverter(DelegationUser apiDelegationUser)
Construct with API delegationUser object involved in conversion.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegationUser> |
AccountApiClient.getDelegates(String senderId) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountApiClient.addDelegate(String senderId,
DelegationUser delegationUser) |
Copyright 2022 OneSpan All rights reserved.