public class AccountApiClient extends Object
| Constructor and Description |
|---|
AccountApiClient(RestClient restClient,
String apiUrl) |
public AccountApiClient(RestClient restClient, String apiUrl)
public void sendInvite(String senderId)
public Result<Sender> getSenders(Direction direction, PageRequest request)
public void deleteSender(String senderId)
public void updateSenderImageSignature(String fileName, byte[] fileContent, String senderId)
public SenderImageSignature getSenderImageSignature(String senderId)
public void deleteSenderImageSignature(String senderId)
public List<DelegationUser> getDelegates(String senderId)
public void addDelegate(String senderId, DelegationUser delegationUser)
public void clearDelegates(String senderId)
public List<VerificationType> getVerificationTypes()
public List<SubAccountApiKey> getSubAccountApiKey()
public List<AccessibleAccountResponse> getAccessibleAccounts()
public Account createSubAccount(SubAccount subAccount)
public void updateSubAccount(SubAccount subAccount, String accountId)
public List<AccountRole> getAccountRoles()
public void addAccountRole(AccountRole accountRole)
public void updateAccountRole(String accountRoleId, AccountRole accountRole)
public AccountRole getAccountRole(String accountRoleId)
public void deleteAccountRole(String accountRoleId)
public List<UserAccountRole> getAssignedAccountRoles(String userId, String accountId)
public UserAccountRole assignAccountRoleToUser(String userId, UserAccountRole userAccountRole)
Copyright 2022 OneSpan All rights reserved.