Class CmsPsuConfirmationOfFundsController

  • All Implemented Interfaces:
    de.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi

    @RestController
    public class CmsPsuConfirmationOfFundsController
    extends Object
    implements de.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
    • Constructor Detail

      • CmsPsuConfirmationOfFundsController

        public CmsPsuConfirmationOfFundsController()
    • Method Detail

      • updateAuthorisationStatus

        public org.springframework.http.ResponseEntity<Object> updateAuthorisationStatus​(String consentId,
                                                                                         String status,
                                                                                         String authorisationId,
                                                                                         String psuId,
                                                                                         String psuIdType,
                                                                                         String psuCorporateId,
                                                                                         String psuCorporateIdType,
                                                                                         String instanceId,
                                                                                         de.adorsys.psd2.xs2a.core.sca.AuthenticationDataHolder authenticationDataHolder)
        Specified by:
        updateAuthorisationStatus in interface de.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
      • getConsentByRedirectId

        public org.springframework.http.ResponseEntity<de.adorsys.psd2.consent.api.piis.v2.CmsConfirmationOfFundsResponse> getConsentByRedirectId​(String redirectId,
                                                                                                                                                  String instanceId)
        Specified by:
        getConsentByRedirectId in interface de.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
      • updatePsuDataInConsent

        public org.springframework.http.ResponseEntity<Object> updatePsuDataInConsent​(String consentId,
                                                                                      String authorisationId,
                                                                                      String instanceId,
                                                                                      de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData)
        Specified by:
        updatePsuDataInConsent in interface de.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
      • getAuthorisationByAuthorisationId

        public org.springframework.http.ResponseEntity getAuthorisationByAuthorisationId​(String authorisationId,
                                                                                         String instanceId)
        Specified by:
        getAuthorisationByAuthorisationId in interface de.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
      • updateConsentStatus

        public org.springframework.http.ResponseEntity<Void> updateConsentStatus​(String consentId,
                                                                                 String status,
                                                                                 String instanceId)
        Specified by:
        updateConsentStatus in interface de.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
      • getConsentByConsentId

        public org.springframework.http.ResponseEntity<de.adorsys.psd2.consent.api.piis.v2.CmsConfirmationOfFundsConsent> getConsentByConsentId​(String consentId,
                                                                                                                                                String psuId,
                                                                                                                                                String psuIdType,
                                                                                                                                                String psuCorporateId,
                                                                                                                                                String psuCorporateIdType,
                                                                                                                                                String instanceId)
        Specified by:
        getConsentByConsentId in interface de.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi