Class AbstractPiisAuthorizationService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.AbstractConsentAuthorizationService<de.adorsys.psd2.core.data.piis.v1.PiisConsent>
-
- de.adorsys.psd2.xs2a.service.authorization.piis.AbstractPiisAuthorizationService
-
- All Implemented Interfaces:
ConsentAuthorizationService,PiisAuthorizationService,ScaApproachServiceTypeProvider
- Direct Known Subclasses:
DecoupledPiisAuthorizationService,EmbeddedPiisAuthorizationService
public abstract class AbstractPiisAuthorizationService extends AbstractConsentAuthorizationService<de.adorsys.psd2.core.data.piis.v1.PiisConsent> implements PiisAuthorizationService
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPiisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aPiisConsentService piisConsentService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Optional<de.adorsys.psd2.core.data.piis.v1.PiisConsent>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
-
AbstractPiisAuthorizationService
protected AbstractPiisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aPiisConsentService piisConsentService)
-
-
Method Detail
-
getConsentById
protected Optional<de.adorsys.psd2.core.data.piis.v1.PiisConsent> getConsentById(String consentId)
- Specified by:
getConsentByIdin classAbstractConsentAuthorizationService<de.adorsys.psd2.core.data.piis.v1.PiisConsent>
-
updateConsentAuthorisation
protected void updateConsentAuthorisation(UpdateConsentPsuDataReq updateConsentPsuDataReq)
- Specified by:
updateConsentAuthorisationin classAbstractConsentAuthorizationService<de.adorsys.psd2.core.data.piis.v1.PiisConsent>
-
-