@Service public class PaymentAccessFactory extends Object
Constructor and Description |
---|
PaymentAccessFactory() |
Modifier and Type | Method and Description |
---|---|
PaymentAccess |
paymentForAnonymousPsu(Fintech fintech,
Bank aspsp,
ServiceSession session) |
PaymentAccess |
paymentForFintech(Fintech fintech,
ServiceSession session,
Supplier<char[]> fintechPassword) |
PaymentAccess |
paymentForPsuAndAspsp(Psu psu,
Bank aspsp,
ServiceSession session) |
public PaymentAccess paymentForPsuAndAspsp(Psu psu, Bank aspsp, ServiceSession session)
public PaymentAccess paymentForAnonymousPsu(Fintech fintech, Bank aspsp, ServiceSession session)
public PaymentAccess paymentForFintech(Fintech fintech, ServiceSession session, Supplier<char[]> fintechPassword)
Copyright © 2020. All rights reserved.