Modifier and Type | Field and Description |
---|---|
protected Psu |
FintechPsuAspspKey.psu |
Modifier and Type | Method and Description |
---|---|
Collection<Consent> |
ConsentRepository.findByPsu(Psu owner) |
Collection<Payment> |
PaymentRepository.findByPsu(Psu owner) |
Modifier and Type | Method and Description |
---|---|
Optional<Psu> |
PsuRepository.findByLogin(String id) |
Modifier and Type | Method and Description |
---|---|
void |
PsuSecureStorage.registerPsu(Psu psu,
Supplier<char[]> password) |
Modifier and Type | Method and Description |
---|---|
Psu |
PsuAuthService.createPsuIfNotExist(String login,
String password) |
Psu |
PsuAuthService.tryAuthenticateUser(String login,
String password) |
Modifier and Type | Method and Description |
---|---|
ConsentAccess |
ConsentAccessFactory.consentForPsuAndAspsp(Psu psu,
Bank aspsp,
ServiceSession session) |
Modifier and Type | Method and Description |
---|---|
PaymentAccess |
PaymentAccessFactory.paymentForPsuAndAspsp(Psu psu,
Bank aspsp,
ServiceSession session) |
Copyright © 2020. All rights reserved.