@RestController public class FinTechAuthorizationImpl extends Object implements FinTechAuthorizationApi
log
Constructor and Description |
---|
FinTechAuthorizationImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<InlineResponse200> |
callbackGetLogin(String code,
String state,
String scope,
String error) |
org.springframework.http.ResponseEntity<Void> |
fromConsentGET(String authId,
String okOrNotokString,
String finTechRedirectCode,
UUID xRequestID,
String xsrfToken) |
org.springframework.http.ResponseEntity<Void> |
fromPaymentGET(String authId,
String okOrNotokString,
String finTechRedirectCode,
UUID xRequestID,
String xsrfToken) |
org.springframework.http.ResponseEntity<InlineResponse200> |
loginPOST(LoginRequest loginRequest,
UUID xRequestID) |
org.springframework.http.ResponseEntity<Void> |
logoutPOST(UUID xRequestID,
String xsrfToken) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_callbackGetLogin, _fromConsentGET, _fromPaymentGET, _loginPOST, _logoutPOST, getAcceptHeader, getObjectMapper, getRequest
public org.springframework.http.ResponseEntity<InlineResponse200> loginPOST(LoginRequest loginRequest, UUID xRequestID)
loginPOST
in interface FinTechAuthorizationApi
@Transactional public org.springframework.http.ResponseEntity<InlineResponse200> callbackGetLogin(String code, String state, String scope, String error)
callbackGetLogin
in interface FinTechAuthorizationApi
public org.springframework.http.ResponseEntity<Void> fromConsentGET(String authId, String okOrNotokString, String finTechRedirectCode, UUID xRequestID, String xsrfToken)
fromConsentGET
in interface FinTechAuthorizationApi
public org.springframework.http.ResponseEntity<Void> fromPaymentGET(String authId, String okOrNotokString, String finTechRedirectCode, UUID xRequestID, String xsrfToken)
fromPaymentGET
in interface FinTechAuthorizationApi
public org.springframework.http.ResponseEntity<Void> logoutPOST(UUID xRequestID, String xsrfToken)
logoutPOST
in interface FinTechAuthorizationApi
Copyright © 2020. All rights reserved.