| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.rest.resource |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<BearerTokenTO> |
AppMgmtRestAPI.admin(UserTO adminUser) |
org.springframework.http.ResponseEntity<SCALoginResponseTO> |
UserMgmtRestAPI.authorise(String login,
String pin,
UserRoleTO role)
Initiates the user login process.
|
org.springframework.http.ResponseEntity<SCALoginResponseTO> |
UserMgmtRestAPI.authorizeLogin(String scaId,
String authorisationId,
String authCode)
Send the auth code for two factor login.
|
org.springframework.http.ResponseEntity<Void> |
AccountRestAPI.createDepositAccount(AccountDetailsTO accountDetailsTO) |
org.springframework.http.ResponseEntity<Boolean> |
AccountRestAPI.fundsConfirmation(FundsConfirmationRequestTO request) |
org.springframework.http.ResponseEntity<AccountDetailsTO> |
AccountRestAPI.getAccountDetailsByIban(String iban) |
org.springframework.http.ResponseEntity<AccountDetailsTO> |
AccountRestAPI.getAccountDetailsById(String accountId) |
org.springframework.http.ResponseEntity<List<AccountBalanceTO>> |
AccountRestAPI.getBalances(String accountId) |
org.springframework.http.ResponseEntity<List<AccountDetailsTO>> |
AccountRestAPI.getListOfAccounts()
Return the list of accounts linked with the current customer.
|
org.springframework.http.ResponseEntity<List<TransactionTO>> |
AccountRestAPI.getTransactionByDates(String accountId,
LocalDate dateFrom,
LocalDate dateTo) |
org.springframework.http.ResponseEntity<TransactionTO> |
AccountRestAPI.getTransactionById(String accountId,
String transactionId) |
org.springframework.http.ResponseEntity<SCAConsentResponseTO> |
ConsentRestAPI.grantPIISConsent(AisConsentTO piisConsent) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.initiatePayment(PaymentTypeTO paymentType,
Object payment) |
org.springframework.http.ResponseEntity<SCALoginResponseTO> |
UserMgmtRestAPI.selectMethod(String scaId,
String authorisationId,
String scaMethodId)
Selects the scaMethod to use for sending a login transaction number to the user.
|
org.springframework.http.ResponseEntity<SCAConsentResponseTO> |
ConsentRestAPI.startSCA(String consentId,
AisConsentTO aisConsent)
Initiates an sca process.
|
org.springframework.http.ResponseEntity<BearerTokenTO> |
UserMgmtRestAPI.validate(String token) |
Copyright © 2019. All rights reserved.