Uses of Interface
de.adorsys.psd2.consent.service.ConfirmationExpirationService
-
Packages that use ConfirmationExpirationService Package Description de.adorsys.psd2.consent.service de.adorsys.psd2.consent.service.authorisation -
-
Uses of ConfirmationExpirationService in de.adorsys.psd2.consent.service
Subinterfaces of ConfirmationExpirationService in de.adorsys.psd2.consent.service Modifier and Type Interface Description interfaceAisConsentConfirmationExpirationServiceinterfacePisCommonPaymentConfirmationExpirationServiceClasses in de.adorsys.psd2.consent.service that implement ConfirmationExpirationService Modifier and Type Class Description classAisConsentConfirmationExpirationServiceImplclassPisCommonPaymentConfirmationExpirationServiceImpl -
Uses of ConfirmationExpirationService in de.adorsys.psd2.consent.service.authorisation
Fields in de.adorsys.psd2.consent.service.authorisation declared as ConfirmationExpirationService Modifier and Type Field Description protected ConfirmationExpirationService<T>CmsAuthorisationService. confirmationExpirationServiceConstructors in de.adorsys.psd2.consent.service.authorisation with parameters of type ConfirmationExpirationService Constructor Description AisAuthService(PsuService psuService, de.adorsys.psd2.aspsp.profile.service.AspspProfileService aspspProfileService, AuthorisationService authorisationService, ConfirmationExpirationService<ConsentEntity> confirmationExpirationService, ConsentJpaRepository consentJpaRepository)PisAbstractAuthService(PsuService psuService, de.adorsys.psd2.aspsp.profile.service.AspspProfileService aspspProfileService, AuthorisationService authorisationService, ConfirmationExpirationService<PisCommonPaymentData> confirmationExpirationService, CommonPaymentService commonPaymentService)PisAuthService(PsuService psuService, de.adorsys.psd2.aspsp.profile.service.AspspProfileService aspspProfileService, AuthorisationService authorisationService, ConfirmationExpirationService<PisCommonPaymentData> confirmationExpirationService, CommonPaymentService commonPaymentService)PisCancellationAuthService(PsuService psuService, de.adorsys.psd2.aspsp.profile.service.AspspProfileService aspspProfileService, AuthorisationService authorisationService, ConfirmationExpirationService<PisCommonPaymentData> confirmationExpirationService, CommonPaymentService commonPaymentService)
-