| Package | Description |
|---|---|
| de.adorsys.opba.tppauthapi.controller | |
| de.adorsys.opba.tppauthapi.model.generated | |
| de.adorsys.opba.tppauthapi.resource.generated |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthController.login(PsuAuthBody psuAuthBody,
UUID xRequestID) |
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthController.loginForAnonymousPaymentApproval(UUID xRequestId,
UUID authorizationId,
String redirectCode) |
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthController.loginForApproval(PsuAuthBody body,
UUID xRequestId,
String redirectCode,
UUID authorizationId) |
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthController.loginForPaymentApproval(PsuAuthBody body,
UUID xRequestId,
String redirectCode,
UUID authorizationId) |
| Modifier and Type | Method and Description |
|---|---|
LoginResponse |
LoginResponse.xsrfToken(String xsrfToken) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthenticationApi.login(@Valid PsuAuthBody body,
UUID xRequestID) |
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthenticationAndConsentApprovalApi.loginForAnonymousPaymentApproval(UUID xRequestID,
UUID authorizationId,
@NotNull @Valid String redirectCode) |
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthenticationAndConsentApprovalApi.loginForApproval(@Valid PsuAuthBody body,
UUID xRequestID,
@NotNull @Valid String redirectCode,
UUID authorizationId) |
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthenticationAndConsentApprovalApi.loginForPaymentApproval(@Valid PsuAuthBody body,
UUID xRequestID,
@NotNull @Valid String redirectCode,
UUID authorizationId) |
Copyright © 2020. All rights reserved.