| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
SCALoginResponseTO |
MiddlewareOnlineBankingService.authenticateForLogin(String authorisationId,
String authCode)
PROC: 02c
|
SCALoginResponseTO |
MiddlewareOnlineBankingService.authorise(String login,
String pin,
UserRoleTO role)
Performs user authorization.
|
SCALoginResponseTO |
MiddlewareOnlineBankingService.authoriseForConsent(String login,
String pin,
String consentId,
String authorisationId,
OpTypeTO opType)
Special login associated with a account information, a payment or a payment cancellation consent.
|
SCALoginResponseTO |
MiddlewareOnlineBankingService.generateLoginAuthCode(String scaUserDataId,
String authorisationId,
String userMessage,
int validitySeconds)
After the PSU selects the SCA method, this is called to generate and send the login auth code.
|
List<AccountDetailsTO> |
MiddlewareAccountManagementService.getAllAccountDetailsByUserLogin(String userLogin)
Retrieves a List of AccountDetails by user login (psuId)
|
AccountDetailsTO |
MiddlewareAccountManagementService.getDepositAccountByIban(String iban,
LocalDateTime time,
boolean withBalance)
Retrieves AccountDetails with Balance on demand
|
AccountDetailsTO |
MiddlewareAccountManagementService.getDepositAccountById(String Id,
LocalDateTime time,
boolean withBalance)
Retrieves AccountDetails with Balance on demand
|
TransactionTO |
MiddlewareAccountManagementService.getTransactionById(String accountId,
String transactionId)
Retrieves transaction by accountId and transactionId
|
List<TransactionTO> |
MiddlewareAccountManagementService.getTransactionsByDates(String accountId,
LocalDate dateFrom,
LocalDate dateTo)
Retrieves a List of transactions by accountId and dates (from/to) if dateTo is empty it is considered that requested date is today
|
void |
MiddlewareAccountManagementService.grantAccessToDepositAccount(AccountAccessTO accountAccess)
Provide account access to another user of the system.
|
SCAConsentResponseTO |
MiddlewareAccountManagementService.grantAisConsent(AisConsentTO aisConsent)
Provide a third party provider with necessary permission to read accounts and
transaction informations for the specified account.
|
SCAConsentResponseTO |
MiddlewareAccountManagementService.startSCA(String consentId,
AisConsentTO aisConsent)
Start an account consent process.
|
BearerTokenTO |
MiddlewareOnlineBankingService.validate(String accessToken)
Caller can be sure that returned user object contains a mirror of permissions
contained in the token.
|
Copyright © 2019. All rights reserved.