Class AspspConsentDataPsuApiController
- java.lang.Object
-
- de.adorsys.psd2.consent.web.psu.controller.AspspConsentDataPsuApiController
-
- All Implemented Interfaces:
de.adorsys.psd2.consent.psu.api.AspspConsentDataPsuApi
@RestController public class AspspConsentDataPsuApiController extends Object implements de.adorsys.psd2.consent.psu.api.AspspConsentDataPsuApi
-
-
Constructor Summary
Constructors Constructor Description AspspConsentDataPsuApiController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<Void>deleteAspspConsentData(String encryptedConsentId)org.springframework.http.ResponseEntity<de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64>getAspspConsentData(String encryptedConsentId)org.springframework.http.ResponseEntity<Void>updateAspspConsentData(String encryptedConsentId, de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64 request)
-
-
-
Method Detail
-
getAspspConsentData
public org.springframework.http.ResponseEntity<de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64> getAspspConsentData(String encryptedConsentId)
- Specified by:
getAspspConsentDatain interfacede.adorsys.psd2.consent.psu.api.AspspConsentDataPsuApi
-
updateAspspConsentData
public org.springframework.http.ResponseEntity<Void> updateAspspConsentData(String encryptedConsentId, de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64 request)
- Specified by:
updateAspspConsentDatain interfacede.adorsys.psd2.consent.psu.api.AspspConsentDataPsuApi
-
-