| 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<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<SCAPaymentResponseTO> |
PaymentRestAPI.authorizePayment(String paymentId,
String authorisationId,
String authCode) |
org.springframework.http.ResponseEntity<Void> |
AccountRestAPI.createDepositAccount(AccountDetailsTO accountDetailsTO) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.getCancelSCA(String paymentId,
String cancellationId) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.getSCA(String paymentId,
String authorisationId) |
org.springframework.http.ResponseEntity<SCAConsentResponseTO> |
ConsentRestAPI.getSCA(String consentId,
String authorisationId) |
org.springframework.http.ResponseEntity<SCAPaymentResponseTO> |
PaymentRestAPI.initiatePayment(PaymentTypeTO paymentType,
Object payment) |
org.springframework.http.ResponseEntity<UserTO> |
UserMgmtRestAPI.register(String login,
String email,
String pin,
UserRoleTO role)
Registers a new user with the system.
|
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<SCAConsentResponseTO> |
ConsentRestAPI.selectMethod(String consentId,
String authorisationId,
String scaMethodId) |
Copyright © 2019. All rights reserved.