Uses of Class
de.adorsys.psd2.consent.domain.consent.ConsentEntity
-
-
Uses of ConsentEntity in de.adorsys.psd2.consent.domain.account
Constructors in de.adorsys.psd2.consent.domain.account with parameters of type ConsentEntity Constructor Description AisConsentUsage(ConsentEntity consent, String requestUri) -
Uses of ConsentEntity in de.adorsys.psd2.consent.repository
Methods in de.adorsys.psd2.consent.repository that return ConsentEntity Modifier and Type Method Description ConsentEntityAisConsentVerifyingRepository. verifyAndSave(ConsentEntity entity)ConsentEntityAisConsentVerifyingRepository. verifyAndUpdate(ConsentEntity entity)Methods in de.adorsys.psd2.consent.repository that return types with arguments of type ConsentEntity Modifier and Type Method Description List<ConsentEntity>ConsentJpaRepository. findAllByExternalIdIn(List<String> externalIds)org.springframework.data.domain.Page<ConsentEntity>ConsentJpaRepository. findAllWithPagination(Set<String> consentType, String aspspAccountId, OffsetDateTime createDateFrom, OffsetDateTime createDateTo, String instanceId, org.springframework.data.domain.Pageable pageable)org.springframework.data.domain.Page<ConsentEntity>ConsentJpaRepository. findAllWithPaginationAndTppInfo(Set<String> consentType, String aspspAccountId, OffsetDateTime createDateFrom, OffsetDateTime createDateTo, String instanceId, org.springframework.data.domain.Pageable pageable, String additionalTppInfo)List<ConsentEntity>ConsentJpaRepository. findByConsentStatusIn(Set<de.adorsys.psd2.xs2a.core.consent.ConsentStatus> statuses)List<ConsentEntity>ConsentJpaRepository. findByConsentStatusIn(Set<de.adorsys.psd2.xs2a.core.consent.ConsentStatus> statuses, org.springframework.data.domain.Pageable pageable)Optional<ConsentEntity>ConsentJpaRepository. findByExternalId(String externalId)List<ConsentEntity>ConsentJpaRepository. findOldConsentsByNewConsentParams(Set<String> psuIds, String tppAuthorisationNumber, String instanceId, String newConsentId, Set<de.adorsys.psd2.xs2a.core.consent.ConsentStatus> consentStatuses)Optional<ConsentEntity>AisConsentVerifyingRepository. getActualAisConsent(String consentId)List<ConsentEntity>AisConsentVerifyingRepository. verifyAndSaveAll(List<ConsentEntity> entities)Methods in de.adorsys.psd2.consent.repository with parameters of type ConsentEntity Modifier and Type Method Description List<AisConsentUsage>AisConsentUsageRepository. findReadByConsentAndUsageDate(ConsentEntity aisConsent, LocalDate usageDate)Optional<AisConsentUsage>AisConsentUsageRepository. findWriteByConsentAndUsageDateAndRequestUri(ConsentEntity aisConsent, LocalDate usageDate, String requestUri)ConsentEntityAisConsentVerifyingRepository. verifyAndSave(ConsentEntity entity)ConsentEntityAisConsentVerifyingRepository. verifyAndUpdate(ConsentEntity entity)Method parameters in de.adorsys.psd2.consent.repository with type arguments of type ConsentEntity Modifier and Type Method Description List<ConsentEntity>AisConsentVerifyingRepository. verifyAndSaveAll(List<ConsentEntity> entities) -
Uses of ConsentEntity in de.adorsys.psd2.consent.repository.impl
Methods in de.adorsys.psd2.consent.repository.impl that return ConsentEntity Modifier and Type Method Description ConsentEntityAisConsentRepositoryImpl. verifyAndSave(ConsentEntity entity)ConsentEntityAisConsentRepositoryImpl. verifyAndUpdate(ConsentEntity entity)Methods in de.adorsys.psd2.consent.repository.impl that return types with arguments of type ConsentEntity Modifier and Type Method Description Optional<ConsentEntity>AisConsentRepositoryImpl. getActualAisConsent(String consentId)List<ConsentEntity>AisConsentRepositoryImpl. verifyAndSaveAll(List<ConsentEntity> consents)Methods in de.adorsys.psd2.consent.repository.impl with parameters of type ConsentEntity Modifier and Type Method Description ConsentEntityAisConsentRepositoryImpl. verifyAndSave(ConsentEntity entity)ConsentEntityAisConsentRepositoryImpl. verifyAndUpdate(ConsentEntity entity)Method parameters in de.adorsys.psd2.consent.repository.impl with type arguments of type ConsentEntity Modifier and Type Method Description List<ConsentEntity>AisConsentRepositoryImpl. verifyAndSaveAll(List<ConsentEntity> consents) -
Uses of ConsentEntity in de.adorsys.psd2.consent.repository.specification
Methods in de.adorsys.psd2.consent.repository.specification that return types with arguments of type ConsentEntity Modifier and Type Method Description org.springframework.data.jpa.domain.Specification<ConsentEntity>PiisConsentEntitySpecification. byAccountReferenceSelector(@NotNull de.adorsys.psd2.xs2a.core.profile.AccountReferenceSelector selector)Returns specification for ConsentEntity for filtering consents by Account Reference Selector.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentFilterableSpecification. byAdditionalTppInfo(@Nullable String additionalTppInfo)org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentSpecification. byAspspAccountIdAndCreationPeriodAndInstanceId(@NotNull String aspspAccountId, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable String instanceId)Returns specification for ConsentEntity entity for filtering data by ASPSP account ID, creation date and instance ID.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentFilterableSpecification. byAspspAccountIdAndCreationPeriodAndInstanceIdAndAdditionalTppInfo(@NotNull String aspspAccountId, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable String instanceId, @Nullable String additionalTppInfo)Returns specification for ConsentEntity entity for filtering data by ASPSP account ID, creation date and instance ID.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentFilterableSpecification. byConsentIdAndInstanceId(String consentId, String instanceId)Returns specification for ConsentEntity entity for filtering data by consent ID and instance ID.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentSpecification. byConsentIdAndInstanceId(String consentId, String instanceId)Returns specification for ConsentEntity entity for filtering data by consent ID and instance ID.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentFilterableSpecification. byConsentType()Returns specification for ConsentEntity entity for filtering data by consent type list.org.springframework.data.jpa.domain.Specification<ConsentEntity>PiisConsentEntitySpecification. byCurrencyAndAccountReferenceSelector(@Nullable Currency currency, @NotNull de.adorsys.psd2.xs2a.core.profile.AccountReferenceSelector selector)Returns specification for ConsentEntity for filtering consents by Currency and Account Reference Selector.org.springframework.data.jpa.domain.Specification<ConsentEntity>PiisConsentEntitySpecification. byPsuDataAndInstanceId(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, String instanceId)Returns specification for some entity for filtering data by PSU data and instance id.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentFilterableSpecification. byPsuDataInListAndInstanceId(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, String instanceId)org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentSpecification. byPsuDataInListAndInstanceId(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, String instanceId)Returns specification for some entity for filtering data by PSU data from list and instance id.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentFilterableSpecification. byPsuDataInListAndInstanceIdAndAdditionalTppInfo(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, String instanceId, String additionalTppInfo, List<de.adorsys.psd2.xs2a.core.consent.ConsentStatus> statuses, List<String> accountNumbers)org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentSpecification. byPsuIdDataAndAspspAccountIdAndInstanceId(@NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable String aspspAccountId, @Nullable String instanceId)Returns specification for ConsentEntity entity for filtering data by ASPSP account ID and PSU ID Data and instance ID.org.springframework.data.jpa.domain.Specification<ConsentEntity>PiisConsentEntitySpecification. byPsuIdDataAndAuthorisationNumberAndAccountReferenceAndInstanceId(@NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @NotNull String tppAuthorisationNumber, @NotNull de.adorsys.psd2.xs2a.core.profile.AccountReference accountReference, @NotNull String instanceId)Returns specification for ConsentEntity for filtering consents by PsuIdData, TppInfo and AccountReference.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentFilterableSpecification. byPsuIdDataAndCreationPeriodAndInstanceIdAndAdditionalTppInfo(@NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable String instanceId, @Nullable String additionalTppInfo)Returns specification for ConsentEntity entity for filtering data by PSU ID Data, creation date and instance ID.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentSpecification. byTpp(@Nullable String tppAuthorisationNumber)Returns specification for ConsentEntity entity for filtering data by TPP authorisation number using the tppInformation attribute.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentFilterableSpecification. byTppIdAndCreationPeriodAndPsuIdDataAndInstanceId(@NotNull String tppAuthorisationNumber, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable String instanceId, @Nullable String additionalTppInfo)Returns specification for ConsentEntity entity for filtering data by TPP authorisation number, creation date, PSU ID data and instance ID.org.springframework.data.jpa.domain.Specification<ConsentEntity>ConsentSpecification. byTppIdAndCreationPeriodAndPsuIdDataAndInstanceId(@NotNull String tppAuthorisationNumber, @Nullable LocalDate createDateFrom, @Nullable LocalDate createDateTo, @Nullable de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, @Nullable String instanceId)Returns specification for ConsentEntity entity for filtering data by TPP authorisation number, creation date, PSU ID data and instance ID.Constructor parameters in de.adorsys.psd2.consent.repository.specification with type arguments of type ConsentEntity Constructor Description AisConsentSpecification(CommonSpecification<ConsentEntity> commonSpecification, ConsentSpecification consentSpecification)ConfirmationOfFundsConsentSpecification(CommonSpecification<ConsentEntity> commonSpecification, ConsentSpecification consentSpecification)PiisConsentEntitySpecification(CommonSpecification<ConsentEntity> commonSpecification, ConsentSpecification consentSpecification) -
Uses of ConsentEntity in de.adorsys.psd2.consent.service
Methods in de.adorsys.psd2.consent.service that return ConsentEntity Modifier and Type Method Description ConsentEntityAisConsentConfirmationExpirationServiceImpl. checkAndUpdateOnConfirmationExpiration(ConsentEntity consent)ConsentEntityAisConsentConfirmationExpirationService. expireConsent(ConsentEntity consent)ConsentEntityAisConsentConfirmationExpirationServiceImpl. expireConsent(ConsentEntity consent)ConsentEntityAisConsentConfirmationExpirationServiceImpl. updateOnConfirmationExpiration(ConsentEntity consent)Methods in de.adorsys.psd2.consent.service that return types with arguments of type ConsentEntity Modifier and Type Method Description List<ConsentEntity>AisConsentConfirmationExpirationService. updateConsentListOnConfirmationExpiration(List<ConsentEntity> consents)List<ConsentEntity>AisConsentConfirmationExpirationServiceImpl. updateConsentListOnConfirmationExpiration(List<ConsentEntity> consents)Methods in de.adorsys.psd2.consent.service with parameters of type ConsentEntity Modifier and Type Method Description ConsentEntityAisConsentConfirmationExpirationServiceImpl. checkAndUpdateOnConfirmationExpiration(ConsentEntity consent)ConsentEntityAisConsentConfirmationExpirationService. expireConsent(ConsentEntity consent)ConsentEntityAisConsentConfirmationExpirationServiceImpl. expireConsent(ConsentEntity consent)Map<String,Integer>AisConsentUsageService. getUsageCounterMap(ConsentEntity consent)voidAisConsentUsageService. incrementUsage(ConsentEntity consent, de.adorsys.psd2.consent.api.ais.AisConsentActionRequest request)booleanAisConsentConfirmationExpirationServiceImpl. isConfirmationExpired(ConsentEntity consent)voidAisConsentUsageService. resetUsage(ConsentEntity consent)ConsentEntityAisConsentConfirmationExpirationServiceImpl. updateOnConfirmationExpiration(ConsentEntity consent)Method parameters in de.adorsys.psd2.consent.service with type arguments of type ConsentEntity Modifier and Type Method Description List<ConsentEntity>AisConsentConfirmationExpirationService. updateConsentListOnConfirmationExpiration(List<ConsentEntity> consents)List<ConsentEntity>AisConsentConfirmationExpirationServiceImpl. updateConsentListOnConfirmationExpiration(List<ConsentEntity> consents) -
Uses of ConsentEntity in de.adorsys.psd2.consent.service.authorisation
Constructor parameters in de.adorsys.psd2.consent.service.authorisation with type arguments of type ConsentEntity Constructor Description AisAuthService(PsuService psuService, de.adorsys.psd2.aspsp.profile.service.AspspProfileService aspspProfileService, AuthorisationService authorisationService, ConfirmationExpirationService<ConsentEntity> confirmationExpirationService, ConsentJpaRepository consentJpaRepository) -
Uses of ConsentEntity in de.adorsys.psd2.consent.service.mapper
Methods in de.adorsys.psd2.consent.service.mapper that return ConsentEntity Modifier and Type Method Description ConsentEntityCmsConsentMapper. mapToNewConsentEntity(de.adorsys.psd2.consent.api.ais.CmsConsent cmsConsent)ConsentEntityPiisConsentMapper. mapToPiisConsentEntity(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData, TppInfoEntity tppInfoEntity, de.adorsys.psd2.consent.aspsp.api.piis.CreatePiisConsentRequest request, String instanceId)Methods in de.adorsys.psd2.consent.service.mapper with parameters of type ConsentEntity Modifier and Type Method Description de.adorsys.psd2.core.data.ais.AisConsentAisConsentMapper. mapToAisConsent(ConsentEntity entity, List<AuthorisationEntity> authorisations)de.adorsys.psd2.consent.api.ais.CmsAisAccountConsentAisConsentMapper. mapToCmsAisAccountConsent(ConsentEntity consent, List<AuthorisationEntity> authorisations)de.adorsys.psd2.consent.api.piis.v2.CmsConfirmationOfFundsConsentCmsConfirmationOfFundsMapper. mapToCmsConfirmationOfFundsConsent(ConsentEntity consent, List<AuthorisationEntity> authorisations)de.adorsys.psd2.consent.api.ais.CmsConsentCmsConsentMapper. mapToCmsConsent(ConsentEntity entity, List<AuthorisationEntity> authorisations, Map<String,Integer> usages)de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsentPiisConsentMapper. mapToCmsPiisConsent(ConsentEntity consentEntity)Method parameters in de.adorsys.psd2.consent.service.mapper with type arguments of type ConsentEntity Modifier and Type Method Description List<de.adorsys.psd2.consent.api.ais.CmsConsent>CmsConsentMapper. mapToCmsConsents(List<ConsentEntity> entities, Map<String,List<AuthorisationEntity>> authorisation, Map<String,Map<String,Integer>> usages)List<de.adorsys.psd2.consent.api.piis.v1.CmsPiisConsent>PiisConsentMapper. mapToCmsPiisConsentList(List<ConsentEntity> consentEntities) -
Uses of ConsentEntity in de.adorsys.psd2.consent.service.migration
Methods in de.adorsys.psd2.consent.service.migration that return ConsentEntity Modifier and Type Method Description ConsentEntityAisConsentLazyMigrationService. migrateIfNeeded(ConsentEntity consentEntity)ConsentEntityPiisConsentLazyMigrationService. migrateIfNeeded(ConsentEntity consentEntity)Methods in de.adorsys.psd2.consent.service.migration that return types with arguments of type ConsentEntity Modifier and Type Method Description List<ConsentEntity>PiisConsentLazyMigrationService. migrateIfNeeded(List<ConsentEntity> consentEntities)Methods in de.adorsys.psd2.consent.service.migration with parameters of type ConsentEntity Modifier and Type Method Description ConsentEntityAisConsentLazyMigrationService. migrateIfNeeded(ConsentEntity consentEntity)ConsentEntityPiisConsentLazyMigrationService. migrateIfNeeded(ConsentEntity consentEntity)Method parameters in de.adorsys.psd2.consent.service.migration with type arguments of type ConsentEntity Modifier and Type Method Description List<ConsentEntity>PiisConsentLazyMigrationService. migrateIfNeeded(List<ConsentEntity> consentEntities)
-