| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.um | |
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
List<AccountAccessTO> |
AccessTokenTO.getAccountAccesses() |
List<AccountAccessTO> |
UserTO.getAccountAccesses() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessTokenTO.setAccountAccesses(List<AccountAccessTO> accountAccesses) |
void |
UserTO.setAccountAccesses(List<AccountAccessTO> accountAccesses) |
| Modifier and Type | Method and Description |
|---|---|
void |
MiddlewareAccountManagementService.grantAccessToDepositAccount(AccountAccessTO accountAccess)
Provide account access to another user of the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MiddlewareAccountManagementService.createDepositAccount(AccountDetailsTO depositAccount,
List<AccountAccessTO> accountAccesss)
Creates a new DepositAccount.
|
UserTO |
MiddlewareUserManagementService.updateAccountAccess(String userLogin,
List<AccountAccessTO> accounts)
Adds new account for a specific User
|
Copyright © 2019. All rights reserved.