| Package | Description |
|---|---|
| de.adorsys.ledgers.oba.rest.api.domain | |
| de.adorsys.ledgers.oba.rest.api.exception | |
| de.adorsys.ledgers.oba.rest.api.resource |
| Modifier and Type | Method and Description |
|---|---|
ConsentAuthorizeResponse |
ConsentWorkflow.getAuthResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsentWorkflow.setAuthResponse(ConsentAuthorizeResponse authResponse) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
ConsentAuthorizeException.getError() |
| Constructor and Description |
|---|
ConsentAuthorizeException(org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> error) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
AISApi.aisDone(String encryptedConsentId,
String authorisationId,
String consentAndaccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp)
This call provides the server with the opportunity to close this session and
redirect the PSU to the TPP or close the application window.
|
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
AISApi.authrizedConsent(String encryptedConsentId,
String authorisationId,
String consentAndaccessTokenCookieString,
String authCode)
Provides a TAN for the validation of an authorization
|
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
AISApi.login(String encryptedConsentId,
String authorisationId,
String login,
String pin,
String consentCookieString)
Identifies the user by login an pin.
|
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
AISApi.revokeConsent(String encryptedConsentId,
String authorisationId,
String cookieString)
Fails AIS Consent authorisation object by its ID.
|
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
AISApi.selectMethod(String encryptedConsentId,
String authorisationId,
String scaMethodId,
String consentAndaccessTokenCookieString)
Selects the SCA Method for use.
|
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
AISApi.startConsentAuth(String encryptedConsentId,
String authorisationId,
String consentAndaccessTokenCookieString,
de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent)
Start the consent process.
|
Copyright © 2019. All rights reserved.