Class SpiAspspConsentDataProviderImpl

  • All Implemented Interfaces:
    de.adorsys.psd2.xs2a.spi.domain.SpiAspspConsentDataProvider

    public class SpiAspspConsentDataProviderImpl
    extends Object
    implements de.adorsys.psd2.xs2a.spi.domain.SpiAspspConsentDataProvider
    This is a stateful object that provides access to encrypted AspspConsentData array stored in the database
    • Constructor Detail

      • SpiAspspConsentDataProviderImpl

        public SpiAspspConsentDataProviderImpl()
    • Method Detail

      • loadAspspConsentData

        @NotNull
        public @org.jetbrains.annotations.NotNull byte[] loadAspspConsentData()
        Specified by:
        loadAspspConsentData in interface de.adorsys.psd2.xs2a.spi.domain.SpiAspspConsentDataProvider
      • updateAspspConsentData

        public void updateAspspConsentData​(@Nullable
                                           @org.jetbrains.annotations.Nullable byte[] aspspConsentData)
        Specified by:
        updateAspspConsentData in interface de.adorsys.psd2.xs2a.spi.domain.SpiAspspConsentDataProvider
      • clearAspspConsentData

        public void clearAspspConsentData()
        Specified by:
        clearAspspConsentData in interface de.adorsys.psd2.xs2a.spi.domain.SpiAspspConsentDataProvider