Interface AspspConsentDataApi


  • @RequestMapping(path="api/v1/aspsp-consent-data/consents/{consent-id}")
    public interface AspspConsentDataApi
    • Method Detail

      • getAspspConsentData

        @GetMapping
        org.springframework.http.ResponseEntity<de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64> getAspspConsentData​(@PathVariable("consent-id")
                                                                                                                           String encryptedConsentId)
      • updateAspspConsentData

        @PutMapping
        org.springframework.http.ResponseEntity updateAspspConsentData​(@PathVariable("consent-id")
                                                                       String encryptedConsentId,
                                                                       @RequestBody
                                                                       de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64 request)
      • deleteAspspConsentData

        @DeleteMapping
        org.springframework.http.ResponseEntity deleteAspspConsentData​(@PathVariable("consent-id")
                                                                       String encryptedConsentId)