| Package | Description |
|---|---|
| de.adorsys.xs2a.adapter.service | |
| de.adorsys.xs2a.adapter.service.provider |
| 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) |
Oauth2Service |
Oauth2ServiceFactory.getOauth2Service(Aspsp aspsp,
HttpClientFactory httpClientFactory,
Pkcs12KeyStore keyStore) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
AccountInformationService |
AccountInformationServiceProvider.getAccountInformationService(Aspsp aspsp,
HttpClientFactory httpClientFactory,
Pkcs12KeyStore keyStore,
LinksRewriter linksRewriter) |
Copyright © 2020. All rights reserved.