Modifier and Type | Class and Description |
---|---|
class |
ValidatedExecution<T extends BaseContext>
Class that provides generic functionality for Services that can be called in Validation(
ContextMode.MOCK_REAL_CALLS
execution mode and Real ASPSP API calls (ContextMode.REAL_CALLS . |
Modifier and Type | Class and Description |
---|---|
class |
AccountListHbciContext |
class |
HbciContext |
class |
PaymentHbciContext |
class |
TransactionListHbciContext |
Modifier and Type | Method and Description |
---|---|
boolean |
HbciValidationErrors.isPresent(BaseContext ctx) |
Modifier and Type | Class and Description |
---|---|
class |
Xs2aContext
Generic XS2A context
|
Modifier and Type | Class and Description |
---|---|
class |
AccountListXs2aContext
XS2A context for account list.
|
class |
TransactionListXs2aContext
XS2A context for transaction list.
|
class |
Xs2aAisContext
XS2A AIS (Account Information Services) context.
|
Modifier and Type | Class and Description |
---|---|
class |
SinglePaymentXs2aContext
XS2A context for payment initiation.
|
class |
Xs2aPisContext
XS2A PIS (Payment Initiation Service) context.
|
Modifier and Type | Class and Description |
---|---|
class |
HeadersBodyMapperTemplate<C extends BaseContext,H,V,B>
Mapper class to map from context object like
Xs2aContext
to ASPSP API request parameters (headers and body). |
class |
PathHeadersBodyMapperTemplate<C extends BaseContext,P,H,V,B>
Mapper class to map from context object like
Xs2aContext
to ASPSP API request parameters (path parameters, headers, body). |
class |
PathHeadersMapperTemplate<C extends BaseContext,P,H>
Mapper class to map from context object like
Xs2aContext
to ASPSP API request parameters (path parameters, headers). |
class |
PathQueryHeadersMapperTemplate<C extends BaseContext,P,Q,H>
Mapper class to map from context object like
Xs2aContext
to ASPSP API request parameters (path parameters, query parameters, headers). |
class |
QueryHeadersMapperTemplate<C extends BaseContext,Q,H>
Mapper class to map from context object like
Xs2aContext
to ASPSP API request parameters (query parameters, headers). |
Modifier and Type | Method and Description |
---|---|
boolean |
Xs2aValidationErrors.isPresent(BaseContext ctx) |
Copyright © 2020. All rights reserved.