Class EmbeddedPisScaAuthorisationService
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.authorization.pis.AbstractPisScaAuthorisationService
-
- de.adorsys.psd2.xs2a.service.authorization.pis.EmbeddedPisScaAuthorisationService
-
- All Implemented Interfaces:
PisScaAuthorisationService,ScaApproachServiceTypeProvider
@Service public class EmbeddedPisScaAuthorisationService extends AbstractPisScaAuthorisationService
-
-
Constructor Summary
Constructors Constructor Description EmbeddedPisScaAuthorisationService(PisAuthorisationService authorisationService, Xs2aPisCommonPaymentMapper pisCommonPaymentMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.profile.ScaApproachgetScaApproachServiceType()Gets SCA approach used in current service-
Methods inherited from class de.adorsys.psd2.xs2a.service.authorization.pis.AbstractPisScaAuthorisationService
createCommonPaymentAuthorisation, createCommonPaymentCancellationAuthorisation, getAuthorisationScaStatus, getAuthorisationSubResources, getCancellationAuthorisationScaStatus, getCancellationAuthorisationSubResources, updateAuthorisation, updateCancellationAuthorisation, updateCommonPaymentCancellationPsuData, updateCommonPaymentPsuData
-
-
-
-
Constructor Detail
-
EmbeddedPisScaAuthorisationService
public EmbeddedPisScaAuthorisationService(PisAuthorisationService authorisationService, Xs2aPisCommonPaymentMapper pisCommonPaymentMapper)
-
-
Method Detail
-
getScaApproachServiceType
public de.adorsys.psd2.xs2a.core.profile.ScaApproach getScaApproachServiceType()
Description copied from interface:ScaApproachServiceTypeProviderGets SCA approach used in current service- Returns:
- SCA approach
-
-