Class CmsPsuConfirmationOfFundsController
- java.lang.Object
-
- de.adorsys.psd2.consent.web.psu.controller.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 Summary
Constructors Constructor Description CmsPsuConfirmationOfFundsController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntitygetAuthorisationByAuthorisationId(String authorisationId, String instanceId)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)org.springframework.http.ResponseEntity<de.adorsys.psd2.consent.api.piis.v2.CmsConfirmationOfFundsResponse>getConsentByRedirectId(String redirectId, String instanceId)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)org.springframework.http.ResponseEntity<Void>updateConsentStatus(String consentId, String status, String instanceId)org.springframework.http.ResponseEntity<Object>updatePsuDataInConsent(String consentId, String authorisationId, String instanceId, de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData)
-
-
-
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:
updateAuthorisationStatusin interfacede.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:
getConsentByRedirectIdin interfacede.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:
updatePsuDataInConsentin interfacede.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
-
getAuthorisationByAuthorisationId
public org.springframework.http.ResponseEntity getAuthorisationByAuthorisationId(String authorisationId, String instanceId)
- Specified by:
getAuthorisationByAuthorisationIdin interfacede.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
-
updateConsentStatus
public org.springframework.http.ResponseEntity<Void> updateConsentStatus(String consentId, String status, String instanceId)
- Specified by:
updateConsentStatusin interfacede.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:
getConsentByConsentIdin interfacede.adorsys.psd2.consent.psu.api.CmsPsuConfirmationOfFundsApi
-
-