Interface AisConsentVerifyingRepository

    • Method Detail

      • verifyAndSave

        ConsentEntity verifyAndSave​(ConsentEntity entity)
                             throws de.adorsys.psd2.consent.api.WrongChecksumException
        Throws:
        de.adorsys.psd2.consent.api.WrongChecksumException
      • verifyAndUpdate

        ConsentEntity verifyAndUpdate​(ConsentEntity entity)
                               throws de.adorsys.psd2.consent.api.WrongChecksumException
        Throws:
        de.adorsys.psd2.consent.api.WrongChecksumException
      • verifyAndSaveAll

        List<ConsentEntity> verifyAndSaveAll​(List<ConsentEntity> entities)
                                      throws de.adorsys.psd2.consent.api.WrongChecksumException
        Throws:
        de.adorsys.psd2.consent.api.WrongChecksumException