| 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<SCAPaymentResponseTO> |
PaymentRestAPI.authorizeCancelPayment(String paymentId,
String cancellationId,
String authCode) |
org.springframework.http.ResponseEntity<SCAConsentResponseTO> |
ConsentRestAPI.authorizeConsent(String consentId,
String authorisationId,
String authCode) |
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<SCAPaymentResponseTO> |
PaymentRestAPI.authorizePayment(String paymentId,
String authorisationId,
String authCode) |
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<?> |
PaymentRestAPI.getPaymentById(String paymentId) |
org.springframework.http.ResponseEntity<TransactionStatusTO> |
PaymentRestAPI.getPaymentStatusById(String paymentId) |
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<UserTO> |
UserMgmtRestAPI.getUserById(String userId) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.initiatePayment(PaymentTypeTO paymentType,
Object payment) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.initiatePmtCancellation(String paymentId) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.selecCancelPaymentSCAtMethod(String paymentId,
String cancellationId,
String scaMethodId) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.selectMethod(String paymentId,
String authorisationId,
String scaMethodId) |
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.selectMethod(String consentId,
String authorisationId,
String scaMethodId) |
org.springframework.http.ResponseEntity<Void> |
UserMgmtRestAPI.updateUserScaData(List<ScaUserDataTO> data) |
Copyright © 2019. All rights reserved.