Class AbstractAisAuthorizationService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.AbstractConsentAuthorizationService<de.adorsys.psd2.core.data.ais.AisConsent>
-
- de.adorsys.psd2.xs2a.service.authorization.ais.AbstractAisAuthorizationService
-
- All Implemented Interfaces:
AisAuthorizationService,ConsentAuthorizationService,ScaApproachServiceTypeProvider
- Direct Known Subclasses:
DecoupledAisAuthorizationService,EmbeddedAisAuthorizationService
public abstract class AbstractAisAuthorizationService extends AbstractConsentAuthorizationService<de.adorsys.psd2.core.data.ais.AisConsent> implements AisAuthorizationService
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aAisConsentService aisConsentService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<de.adorsys.psd2.core.data.ais.AisConsent>getConsentById(String consentId)protected voidupdateConsentAuthorisation(UpdateConsentPsuDataReq updateConsentPsuDataReq)-
Methods inherited from class de.adorsys.psd2.xs2a.service.authorization.AbstractConsentAuthorizationService
createConsentAuthorization, getAuthorisationScaStatus, getConsentAuthorizationById, updateConsentPsuData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.psd2.xs2a.service.authorization.ConsentAuthorizationService
createConsentAuthorization, getAuthorisationScaStatus, getConsentAuthorizationById, updateConsentPsuData
-
Methods inherited from interface de.adorsys.psd2.xs2a.service.authorization.ScaApproachServiceTypeProvider
getScaApproachServiceType
-
-
-
-
Constructor Detail
-
AbstractAisAuthorizationService
protected AbstractAisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aAisConsentService aisConsentService)
-
-
Method Detail
-
getConsentById
protected Optional<de.adorsys.psd2.core.data.ais.AisConsent> getConsentById(String consentId)
- Specified by:
getConsentByIdin classAbstractConsentAuthorizationService<de.adorsys.psd2.core.data.ais.AisConsent>
-
updateConsentAuthorisation
protected void updateConsentAuthorisation(UpdateConsentPsuDataReq updateConsentPsuDataReq)
- Specified by:
updateConsentAuthorisationin classAbstractConsentAuthorizationService<de.adorsys.psd2.core.data.ais.AisConsent>
-
-