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.loginForApproval(PsuAuthBody body,
UUID xRequestId,
String redirectCode,
UUID authorizationId) |
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthController.loginForPaymentApproval(PsuAuthBody body,
UUID xRequestId,
String redirectCode,
UUID authorizationId) |
org.springframework.http.ResponseEntity<Void> |
PsuAuthController.registration(PsuAuthBody psuAuthDto,
UUID xRequestID) |
Modifier and Type | Method and Description |
---|---|
PsuAuthBody |
PsuAuthBody.login(String login) |
PsuAuthBody |
PsuAuthBody.password(String password) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<LoginResponse> |
PsuAuthenticationApi.login(@Valid PsuAuthBody body,
UUID xRequestID) |
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) |
org.springframework.http.ResponseEntity<Void> |
PsuAuthenticationApi.registration(@Valid PsuAuthBody body,
UUID xRequestID) |
Copyright © 2020. All rights reserved.