@RestController
@RequestMapping(path="psu-api/v1/aspsp-consent-data/consents/{consent-id}")
public class AspspConsentDataPsuApiController
extends Object
| Constructor and Description |
|---|
AspspConsentDataPsuApiController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
deleteAspspConsentData(String encryptedConsentId) |
org.springframework.http.ResponseEntity<de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64> |
getAspspConsentData(String encryptedConsentId) |
org.springframework.http.ResponseEntity |
updateAspspConsentData(String encryptedConsentId,
de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64 request) |
@GetMapping
public org.springframework.http.ResponseEntity<de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64> getAspspConsentData(@PathVariable(value="consent-id")
String encryptedConsentId)
@PutMapping
public org.springframework.http.ResponseEntity updateAspspConsentData(@PathVariable(value="consent-id")
String encryptedConsentId,
@RequestBody
de.adorsys.psd2.consent.api.CmsAspspConsentDataBase64 request)
@DeleteMapping
public org.springframework.http.ResponseEntity deleteAspspConsentData(@PathVariable(value="consent-id")
String encryptedConsentId)
Copyright © 2019. All rights reserved.