Class PaymentAccessFactory
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.services.scoped.paymentaccess.PaymentAccessFactory
-
@Service public class PaymentAccessFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description PaymentAccessFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentAccesspaymentForAnonymousPsu(Fintech fintech, Bank aspsp, ServiceSession session)PaymentAccesspaymentForFintech(Fintech fintech, ServiceSession session, Supplier<char[]> fintechPassword)PaymentAccesspaymentForPsuAndAspsp(Psu psu, Bank aspsp, ServiceSession session)
-
-
-
Method Detail
-
paymentForPsuAndAspsp
public PaymentAccess paymentForPsuAndAspsp(Psu psu, Bank aspsp, ServiceSession session)
-
paymentForAnonymousPsu
public PaymentAccess paymentForAnonymousPsu(Fintech fintech, Bank aspsp, ServiceSession session)
-
paymentForFintech
public PaymentAccess paymentForFintech(Fintech fintech, ServiceSession session, Supplier<char[]> fintechPassword)
-
-