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,ScaApproachServiceTypeProvider
- Direct Known Subclasses:
DecoupledPiisAuthorizationService,EmbeddedPiisAuthorizationService,RedirectPiisAuthorizationService
public abstract class AbstractPiisAuthorizationService extends AbstractConsentAuthorizationService<de.adorsys.psd2.core.data.piis.v1.PiisConsent>
-
-
Field Summary
-
Fields inherited from class de.adorsys.psd2.xs2a.service.authorization.AbstractConsentAuthorizationService
xs2aConsentAuthorisationMapper
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPiisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aPiisConsentService piisConsentService, Xs2aConsentAuthorisationMapper xs2aConsentAuthorisationMapper)
-
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(ConsentAuthorisationsParameters updateConsentPsuDataReq)-
Methods inherited from class de.adorsys.psd2.xs2a.service.authorization.AbstractConsentAuthorizationService
createAuthorisationRequest, 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.ScaApproachServiceTypeProvider
getScaApproachServiceType
-
-
-
-
Constructor Detail
-
AbstractPiisAuthorizationService
protected AbstractPiisAuthorizationService(Xs2aConsentService consentService, Xs2aAuthorisationService authorisationService, ConsentPsuDataMapper consentPsuDataMapper, Xs2aPiisConsentService piisConsentService, Xs2aConsentAuthorisationMapper xs2aConsentAuthorisationMapper)
-
-
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(ConsentAuthorisationsParameters updateConsentPsuDataReq)
- Specified by:
updateConsentAuthorisationin classAbstractConsentAuthorizationService<de.adorsys.psd2.core.data.piis.v1.PiisConsent>
-
-