| Constructor and Description |
|---|
AisConsentUsage(ConsentEntity consent,
String requestUri) |
| Modifier and Type | Method and Description |
|---|---|
ConsentEntity |
AisConsentVerifyingRepository.verifyAndSave(ConsentEntity entity) |
ConsentEntity |
AisConsentVerifyingRepository.verifyAndUpdate(ConsentEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsentEntity> |
ConsentJpaRepository.findByConsentStatusIn(Set<de.adorsys.psd2.xs2a.core.consent.ConsentStatus> statuses) |
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) |
List<ConsentEntity> |
ConsentJpaRepository.findUsedNonRecurringConsents(Set<de.adorsys.psd2.xs2a.core.consent.ConsentStatus> consentStatuses,
LocalDate currentDate) |
Optional<ConsentEntity> |
AisConsentVerifyingRepository.getActualAisConsent(String consentId) |
List<ConsentEntity> |
AisConsentVerifyingRepository.verifyAndSaveAll(List<ConsentEntity> entities) |
| Modifier and Type | Method and Description |
|---|---|
List<AisConsentUsage> |
AisConsentUsageRepository.findReadByConsentAndUsageDate(ConsentEntity aisConsent,
LocalDate usageDate) |
Optional<AisConsentUsage> |
AisConsentUsageRepository.findWriteByConsentAndUsageDateAndRequestUri(ConsentEntity aisConsent,
LocalDate usageDate,
String requestUri) |
ConsentEntity |
AisConsentVerifyingRepository.verifyAndSave(ConsentEntity entity) |
ConsentEntity |
AisConsentVerifyingRepository.verifyAndUpdate(ConsentEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsentEntity> |
AisConsentVerifyingRepository.verifyAndSaveAll(List<ConsentEntity> entities) |
| Modifier and Type | Method and Description |
|---|---|
ConsentEntity |
AisConsentRepositoryImpl.verifyAndSave(ConsentEntity entity) |
ConsentEntity |
AisConsentRepositoryImpl.verifyAndUpdate(ConsentEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConsentEntity> |
AisConsentRepositoryImpl.getActualAisConsent(String consentId) |
List<ConsentEntity> |
AisConsentRepositoryImpl.verifyAndSaveAll(List<ConsentEntity> consents) |
| Modifier and Type | Method and Description |
|---|---|
ConsentEntity |
AisConsentRepositoryImpl.verifyAndSave(ConsentEntity entity) |
ConsentEntity |
AisConsentRepositoryImpl.verifyAndUpdate(ConsentEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsentEntity> |
AisConsentRepositoryImpl.verifyAndSaveAll(List<ConsentEntity> consents) |
| Modifier and Type | Method and 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.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> |
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.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() |
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> |
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.byPsuIdDataAndAuthorisationNumberAndAccountReference(@NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData,
@NotNull String tppAuthorisationNumber,
@NotNull de.adorsys.psd2.xs2a.core.profile.AccountReference accountReference)
Returns specification for ConsentEntity for filtering consents by PsuIdData, TppInfo and AccountReference.
|
org.springframework.data.jpa.domain.Specification<ConsentEntity> |
ConsentFilterableSpecification.byPsuIdDataAndCreationPeriodAndInstanceId(@NotNull de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData,
@Nullable LocalDate createDateFrom,
@Nullable LocalDate createDateTo,
@Nullable String instanceId)
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)
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 and Description |
|---|
AisConsentSpecification(CommonSpecification<ConsentEntity> commonSpecification,
ConsentSpecification consentSpecification) |
PiisConsentEntitySpecification(CommonSpecification<ConsentEntity> commonSpecification,
ConsentSpecification consentSpecification) |
| Modifier and Type | Method and Description |
|---|---|
ConsentEntity |
AisConsentConfirmationExpirationServiceImpl.checkAndUpdateOnConfirmationExpiration(ConsentEntity consent) |
ConsentEntity |
AisConsentConfirmationExpirationServiceImpl.expireConsent(ConsentEntity consent) |
ConsentEntity |
AisConsentConfirmationExpirationService.expireConsent(ConsentEntity consent) |
ConsentEntity |
AisConsentConfirmationExpirationServiceImpl.updateOnConfirmationExpiration(ConsentEntity consent) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsentEntity> |
AisConsentConfirmationExpirationServiceImpl.updateConsentListOnConfirmationExpiration(List<ConsentEntity> consents) |
List<ConsentEntity> |
AisConsentConfirmationExpirationService.updateConsentListOnConfirmationExpiration(List<ConsentEntity> consents) |
| Modifier and Type | Method and Description |
|---|---|
ConsentEntity |
AisConsentConfirmationExpirationServiceImpl.checkAndUpdateOnConfirmationExpiration(ConsentEntity consent) |
ConsentEntity |
AisConsentConfirmationExpirationServiceImpl.expireConsent(ConsentEntity consent) |
ConsentEntity |
AisConsentConfirmationExpirationService.expireConsent(ConsentEntity consent) |
Map<String,Integer> |
AisConsentUsageService.getUsageCounterMap(ConsentEntity consent) |
void |
AisConsentUsageService.incrementUsage(ConsentEntity consent,
de.adorsys.psd2.consent.api.ais.AisConsentActionRequest request) |
boolean |
AisConsentConfirmationExpirationServiceImpl.isConfirmationExpired(ConsentEntity consent) |
void |
AisConsentUsageService.resetUsage(ConsentEntity consent) |
ConsentEntity |
AisConsentConfirmationExpirationServiceImpl.updateOnConfirmationExpiration(ConsentEntity consent) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsentEntity> |
AisConsentConfirmationExpirationServiceImpl.updateConsentListOnConfirmationExpiration(List<ConsentEntity> consents) |
List<ConsentEntity> |
AisConsentConfirmationExpirationService.updateConsentListOnConfirmationExpiration(List<ConsentEntity> consents) |
| Modifier and Type | Method and Description |
|---|---|
ConsentEntity |
CmsConsentMapper.mapToNewConsentEntity(de.adorsys.psd2.consent.api.ais.CmsConsent cmsConsent) |
ConsentEntity |
PiisConsentMapper.mapToPiisConsentEntity(de.adorsys.psd2.xs2a.core.psu.PsuIdData psuIdData,
TppInfoEntity tppInfoEntity,
de.adorsys.psd2.consent.aspsp.api.piis.CreatePiisConsentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
de.adorsys.psd2.core.data.ais.AisConsent |
AisConsentMapper.mapToAisConsent(ConsentEntity entity,
List<AuthorisationEntity> authorisations) |
de.adorsys.psd2.consent.api.ais.CmsAisAccountConsent |
AisConsentMapper.mapToCmsAisAccountConsent(ConsentEntity consent,
List<AuthorisationEntity> authorisations) |
de.adorsys.psd2.consent.api.ais.CmsConsent |
CmsConsentMapper.mapToCmsConsent(ConsentEntity entity,
List<AuthorisationEntity> authorisations,
Map<String,Integer> usages) |
de.adorsys.psd2.consent.api.piis.CmsPiisConsent |
PiisConsentMapper.mapToCmsPiisConsent(ConsentEntity consentEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<de.adorsys.psd2.consent.api.piis.CmsPiisConsent> |
PiisConsentMapper.mapToCmsPiisConsentList(List<ConsentEntity> consentEntities) |
| Modifier and Type | Method and Description |
|---|---|
ConsentEntity |
AisConsentLazyMigrationService.migrateIfNeeded(ConsentEntity consentEntity) |
ConsentEntity |
PiisConsentLazyMigrationService.migrateIfNeeded(ConsentEntity consentEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsentEntity> |
PiisConsentLazyMigrationService.migrateIfNeeded(List<ConsentEntity> consentEntities) |
| Modifier and Type | Method and Description |
|---|---|
ConsentEntity |
AisConsentLazyMigrationService.migrateIfNeeded(ConsentEntity consentEntity) |
ConsentEntity |
PiisConsentLazyMigrationService.migrateIfNeeded(ConsentEntity consentEntity) |
| Modifier and Type | Method and Description |
|---|---|
List<ConsentEntity> |
PiisConsentLazyMigrationService.migrateIfNeeded(List<ConsentEntity> consentEntities) |
Copyright © 2020. All rights reserved.