public interface AspspDataService
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteAspspConsentData(@NotNull String id)
Deletes an AspspConsentData object by the Consent ID / Payment ID
|
@NotNull Optional<de.adorsys.psd2.xs2a.core.consent.AspspConsentData> |
readAspspConsentData(@NotNull String id)
Reads an AspspConsentData object by the Consent ID / Payment ID
|
boolean |
updateAspspConsentData(@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData)
Writes/Updates an AspspConsentData by the consent ID given in it
|
@NotNull @NotNull Optional<de.adorsys.psd2.xs2a.core.consent.AspspConsentData> readAspspConsentData(@NotNull @NotNull String id)
id - AIS/PIIS Consent ID / Payment ID that identifies the dataAspspConsentData if consent was found. false otherwise.boolean updateAspspConsentData(@NotNull
@NotNull de.adorsys.psd2.xs2a.core.consent.AspspConsentData aspspConsentData)
aspspConsentData - aspspConsentData to be put. If aspspConsentData is null it will be removedtrue if consent was found and data was updated. false otherwise.boolean deleteAspspConsentData(@NotNull
@NotNull String id)
id - AIS/PIIS Consent ID / Payment ID that identifies the datatrue if consent was found and data was deleted. false otherwise.Copyright © 2020. All rights reserved.