Modifier and Type | Field and Description |
---|---|
protected Fintech |
FintechPsuAspspKey.fintech |
Modifier and Type | Method and Description |
---|---|
Optional<Fintech> |
FintechRepository.findByGlobalId(String globalId) |
Modifier and Type | Method and Description |
---|---|
Collection<FintechPubKey> |
FintechOnlyPubKeyRepository.findByFintech(Fintech fintech) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
FintechSecureStorage.fintechOnlyPrvKeyFromPrivate(FintechPrvKey prvKey,
Fintech fintech,
Supplier<char[]> password) |
void |
FintechSecureStorage.fintechOnlyPrvKeyToPrivate(UUID id,
PrivateKey prvKey,
Fintech fintech,
Supplier<char[]> password) |
PrivateKey |
FintechSecureStorage.psuAspspKeyFromPrivate(ServiceSession session,
Fintech fintech,
Supplier<char[]> password) |
void |
FintechSecureStorage.psuAspspKeyToPrivate(AuthSession authSession,
Fintech fintech,
PrivateKey psuAspspKey,
Supplier<char[]> password) |
void |
FintechSecureStorage.registerFintech(Fintech fintech,
Supplier<char[]> password) |
void |
FintechSecureStorage.validatePassword(Fintech fintech,
Supplier<char[]> password) |
Modifier and Type | Method and Description |
---|---|
Fintech |
FintechAuthenticator.authenticateOrCreateFintech(FacadeServiceableRequest request) |
Modifier and Type | Method and Description |
---|---|
Fintech |
FintechRegistrar.registerFintech(String fintechId,
Supplier<char[]> finTechPassword) |
Modifier and Type | Method and Description |
---|---|
RequestScoped |
RequestScopedProvider.registerForFintechSession(Fintech fintech,
BankProfile profile,
ServiceSession session,
long bankProtocolId,
ConsentAuthorizationEncryptionServiceProvider encryptionServiceProvider,
SecretKeyWithIv futureAuthorizationSessionKey,
Supplier<char[]> fintechPassword) |
Modifier and Type | Method and Description |
---|---|
ConsentAccess |
ConsentAccessFactory.consentForFintech(Fintech fintech,
ServiceSession session,
Supplier<char[]> fintechPassword) |
Modifier and Type | Method and Description |
---|---|
PaymentAccess |
PaymentAccessFactory.paymentForAnonymousPsu(Fintech fintech,
Bank aspsp,
ServiceSession session) |
PaymentAccess |
PaymentAccessFactory.paymentForFintech(Fintech fintech,
ServiceSession session,
Supplier<char[]> fintechPassword) |
Copyright © 2020. All rights reserved.