Class ConfirmationOfFundsController
- java.lang.Object
-
- de.adorsys.psd2.xs2a.web.controller.ConfirmationOfFundsController
-
- All Implemented Interfaces:
de.adorsys.psd2.api.v2.ConfirmationOfFundsApi
@RestController public class ConfirmationOfFundsController extends Object implements de.adorsys.psd2.api.v2.ConfirmationOfFundsApi
-
-
Constructor Summary
Constructors Constructor Description ConfirmationOfFundsController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntitycreateConsentConfirmationOfFunds(UUID xRequestID, de.adorsys.psd2.model.ConsentsConfirmationOfFunds body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, String tpPExplicitAuthorisationPreferred, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)org.springframework.http.ResponseEntity<Void>deleteConsentConfirmationOfFunds(String consentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)org.springframework.http.ResponseEntitygetConsentConfirmationOfFunds(String consentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)org.springframework.http.ResponseEntitygetConsentConfirmationOfFundsStatus(String consentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
-
-
-
Method Detail
-
createConsentConfirmationOfFunds
public org.springframework.http.ResponseEntity createConsentConfirmationOfFunds(UUID xRequestID, de.adorsys.psd2.model.ConsentsConfirmationOfFunds body, String digest, String signature, byte[] tpPSignatureCertificate, String PSU_ID, String psUIDType, String psUCorporateID, String psUCorporateIDType, String tpPRedirectPreferred, String tpPRedirectURI, String tpPNokRedirectURI, String tpPExplicitAuthorisationPreferred, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
- Specified by:
createConsentConfirmationOfFundsin interfacede.adorsys.psd2.api.v2.ConfirmationOfFundsApi
-
deleteConsentConfirmationOfFunds
public org.springframework.http.ResponseEntity<Void> deleteConsentConfirmationOfFunds(String consentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
- Specified by:
deleteConsentConfirmationOfFundsin interfacede.adorsys.psd2.api.v2.ConfirmationOfFundsApi
-
getConsentConfirmationOfFunds
public org.springframework.http.ResponseEntity getConsentConfirmationOfFunds(String consentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
- Specified by:
getConsentConfirmationOfFundsin interfacede.adorsys.psd2.api.v2.ConfirmationOfFundsApi
-
getConsentConfirmationOfFundsStatus
public org.springframework.http.ResponseEntity getConsentConfirmationOfFundsStatus(String consentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)
- Specified by:
getConsentConfirmationOfFundsStatusin interfacede.adorsys.psd2.api.v2.ConfirmationOfFundsApi
-
-