Class PISController
- java.lang.Object
-
- de.adorsys.ledgers.oba.rest.server.resource.PISController
-
-
Constructor Summary
Constructors Constructor Description PISController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>authrizedPayment(String encryptedPaymentId, String authorisationId, String consentAndaccessTokenCookieString, String authCode)org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>failPaymentAuthorisation(String encryptedPaymentId, String authorisationId, String cookieString)org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>initiatePayment(String encryptedPaymentId, String authorisationId, String consentAndaccessTokenCookieString)org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>login(String encryptedPaymentId, String authorisationId, String login, String pin, String consentCookieString)org.springframework.http.ResponseEntity<AuthorizeResponse>pisAuth(String redirectId, String encryptedPaymentId, String token)org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>pisDone(String encryptedPaymentId, String authorisationId, String consentAndAccessTokenCookieString, boolean isOauth2Integrated, String authConfirmationCode)org.springframework.http.ResponseEntity<PaymentAuthorizeResponse>selectMethod(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndaccessTokenCookieString)
-
-
-
Method Detail
-
pisAuth
public org.springframework.http.ResponseEntity<AuthorizeResponse> pisAuth(String redirectId, String encryptedPaymentId, String token)
-
login
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> login(String encryptedPaymentId, String authorisationId, String login, String pin, String consentCookieString)
-
initiatePayment
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> initiatePayment(String encryptedPaymentId, String authorisationId, String consentAndaccessTokenCookieString)
- Specified by:
initiatePaymentin interfacePISApi
-
selectMethod
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> selectMethod(String encryptedPaymentId, String authorisationId, String scaMethodId, String consentAndaccessTokenCookieString)
- Specified by:
selectMethodin interfacePISApi
-
authrizedPayment
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> authrizedPayment(String encryptedPaymentId, String authorisationId, String consentAndaccessTokenCookieString, String authCode)
- Specified by:
authrizedPaymentin interfacePISApi
-
failPaymentAuthorisation
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> failPaymentAuthorisation(String encryptedPaymentId, String authorisationId, String cookieString)
- Specified by:
failPaymentAuthorisationin interfacePISApi
-
-