| Package | Description |
|---|---|
| de.adorsys.ledgers.oba.rest.api.domain | |
| de.adorsys.ledgers.oba.rest.api.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsentAuthorizeResponse |
class |
PaymentAuthorizeResponse |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
AISApi.aisAuth(String redirectId,
String encryptedConsentId) |
org.springframework.http.ResponseEntity<AuthorizeResponse> |
SCAApi.login(String login,
String pin)
STEP-P1, STEP-A1: Validates the login and password of a user.
|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
PISApi.pisAuth(String redirectId,
String encryptedPaymentId)
STEP-P0: payment Entry Point
Receptions a payment authorization link.
|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
SCAApi.selectMethod(String scaId,
String authorisationId,
String methodId,
String cookies)
Select a method for sending the authentication code.
|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
SCAApi.validateAuthCode(String scaId,
String authorisationId,
String authCode,
String cookies) |
Copyright © 2019. All rights reserved.