| Package | Description |
|---|---|
| de.adorsys.xs2a.adapter.api |
| Modifier and Type | Method and Description |
|---|---|
Aspsp |
AspspRepository.save(Aspsp aspsp) |
| Modifier and Type | Method and Description |
|---|---|
default List<Aspsp> |
AspspReadOnlyRepository.findAll() |
default List<Aspsp> |
AspspReadOnlyRepository.findAll(int size) |
List<Aspsp> |
AspspReadOnlyRepository.findAll(String after,
int size) |
default List<Aspsp> |
AspspReadOnlyRepository.findByBankCode(String bankCode) |
default List<Aspsp> |
AspspReadOnlyRepository.findByBankCode(String bankCode,
int size) |
List<Aspsp> |
AspspReadOnlyRepository.findByBankCode(String bankCode,
String after,
int size) |
default List<Aspsp> |
AspspReadOnlyRepository.findByBic(String bic) |
default List<Aspsp> |
AspspReadOnlyRepository.findByBic(String bic,
int size) |
List<Aspsp> |
AspspReadOnlyRepository.findByBic(String bic,
String after,
int size) |
default List<Aspsp> |
AspspReadOnlyRepository.findByIban(String iban) |
default List<Aspsp> |
AspspReadOnlyRepository.findByIban(String iban,
int size) |
List<Aspsp> |
AspspReadOnlyRepository.findByIban(String iban,
String after,
int size) |
Optional<Aspsp> |
AspspReadOnlyRepository.findById(String id) |
default List<Aspsp> |
AspspReadOnlyRepository.findByName(String name) |
default List<Aspsp> |
AspspReadOnlyRepository.findByName(String name,
int size) |
List<Aspsp> |
AspspReadOnlyRepository.findByName(String name,
String after,
int size) |
default List<Aspsp> |
AspspReadOnlyRepository.findLike(Aspsp aspsp) |
default List<Aspsp> |
AspspReadOnlyRepository.findLike(Aspsp aspsp,
int size) |
List<Aspsp> |
AspspReadOnlyRepository.findLike(Aspsp aspsp,
String after,
int size) |
| Modifier and Type | Method and Description |
|---|---|
default List<Aspsp> |
AspspReadOnlyRepository.findLike(Aspsp aspsp) |
default List<Aspsp> |
AspspReadOnlyRepository.findLike(Aspsp aspsp,
int size) |
List<Aspsp> |
AspspReadOnlyRepository.findLike(Aspsp aspsp,
String after,
int size) |
AccountInformationService |
AccountInformationServiceProvider.getAccountInformationService(Aspsp aspsp,
HttpClientFactory httpClientFactory,
LinksRewriter linksRewriter) |
AccountInformationService |
AccountInformationServiceProvider.getAccountInformationService(Aspsp aspsp,
HttpClientFactory httpClientFactory,
Pkcs12KeyStore keyStore,
LinksRewriter linksRewriter)
Deprecated.
|
EmbeddedPreAuthorisationService |
EmbeddedPreAuthorisationServiceProvider.getEmbeddedPreAuthorisationService(Aspsp aspsp,
HttpClientFactory httpClientFactory) |
Oauth2Service |
Oauth2ServiceProvider.getOauth2Service(Aspsp aspsp,
HttpClientFactory httpClientFactory) |
Oauth2Service |
Oauth2ServiceProvider.getOauth2Service(Aspsp aspsp,
HttpClientFactory httpClientFactory,
Pkcs12KeyStore keyStore)
Deprecated.
|
PaymentInitiationService |
PaymentInitiationServiceProvider.getPaymentInitiationService(Aspsp aspsp,
HttpClientFactory httpClientFactory,
LinksRewriter linksRewriter) |
PaymentInitiationService |
PaymentInitiationServiceProvider.getPaymentInitiationService(Aspsp aspsp,
HttpClientFactory httpClientFactory,
Pkcs12KeyStore keyStore,
LinksRewriter linksRewriter)
Deprecated.
|
Aspsp |
AspspRepository.save(Aspsp aspsp) |
| Modifier and Type | Method and Description |
|---|---|
void |
AspspRepository.saveAll(List<Aspsp> aspsps)
Saves a list of aspsps into existing Lucene indexes.
|
Copyright © 2021. All rights reserved.