Modifier and Type | Class and Description |
---|---|
class |
ListAccountsRequest
The request by FinTech to list PSUs' accounts.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationRequest
The request to update or get authorization state.
|
class |
DenyAuthorizationRequest
The request to deny (embedded) current authorization.
|
Modifier and Type | Class and Description |
---|---|
class |
FromAspspRequest
The request to handle returns from ASPSP - either OK or NOK from redirect consent authorization.
|
Modifier and Type | Class and Description |
---|---|
class |
InitiateSinglePaymentRequest
The request by FinTech to initiate payment
|
class |
PaymentInfoRequest
The request to get information about payment.
|
class |
PaymentStatusRequest
The request to get payment status.
|
Modifier and Type | Class and Description |
---|---|
class |
ListTransactionsRequest
The request by FinTech to list PSUs' transactions on some account.
|
Modifier and Type | Class and Description |
---|---|
class |
FacadeService<REQUEST extends FacadeServiceableGetter,RESULT extends ResultBody,ACTION extends Action<REQUEST,RESULT>> |
Modifier and Type | Method and Description |
---|---|
protected <REQUEST,RESULT extends FacadeServiceableGetter> |
ProtocolResultHandler.addAuthorizationSessionDataIfAvailable(Result<REQUEST> result,
FacadeServiceableRequest request,
ServiceContext<RESULT> session,
FacadeResultRedirectable mappedResult) |
protected <RESULT,REQUEST extends FacadeServiceableGetter> |
ProtocolResultHandler.handleError(ErrorResult<RESULT> result,
UUID xRequestId,
ServiceContext<REQUEST> session,
FacadeServiceableRequest request) |
protected <RESULT,REQUEST extends FacadeServiceableGetter> |
ProtocolResultHandler.handleNonRedirectableError(ErrorResult<RESULT> result,
UUID xRequestId,
ServiceContext<REQUEST> session) |
protected <RESULT,REQUEST extends FacadeServiceableGetter> |
ProtocolResultHandler.handleRedirect(RedirectionResult<RESULT,?> result,
FacadeServiceableRequest request,
ServiceContext<REQUEST> session,
SecretKeyWithIv sessionKey) |
protected <RESULT,REQUEST extends FacadeServiceableGetter> |
ProtocolResultHandler.handleRedirectableError(ErrorResult<RESULT> result,
UUID xRequestId,
ServiceContext<REQUEST> session,
FacadeServiceableRequest request) |
<RESULT,REQUEST extends FacadeServiceableGetter> |
ProtocolResultHandler.handleResult(Result<RESULT> result,
FacadeServiceableRequest request,
ServiceContext<REQUEST> session)
This class must ensure that it is separate transaction - so it won't join any other as is used with
CompletableFuture.
|
protected <RESULT,REQUEST extends FacadeServiceableGetter> |
ProtocolResultHandler.handleSuccess(SuccessResult<RESULT> result,
UUID xRequestId,
ServiceContext<REQUEST> session) |
Modifier and Type | Method and Description |
---|---|
<REQUEST extends FacadeServiceableGetter,ACTION> |
ServiceContextProviderForFintech.provide(REQUEST request) |
<REQUEST extends FacadeServiceableGetter,ACTION> |
ServiceContextProvider.provide(REQUEST request) |
<REQUEST extends FacadeServiceableGetter,ACTION> |
ServiceContextProviderForFintech.provideRequestScoped(REQUEST request,
InternalContext<REQUEST,ACTION> ctx) |
<REQUEST extends FacadeServiceableGetter,ACTIONS> |
ServiceContextProvider.provideRequestScoped(REQUEST request,
InternalContext<REQUEST,ACTIONS> ctx) |
protected <REQUEST extends FacadeServiceableGetter> |
ServiceContextProviderForFintech.validateRedirectCode(REQUEST request,
AuthSession session) |
protected <T extends FacadeServiceableGetter> |
NoRedirectCodeValidationServiceContextProvider.validateRedirectCode(T request,
AuthSession session) |
protected <T extends FacadeServiceableGetter> |
ServiceContextProviderForAspsp.validateRedirectCode(T request,
AuthSession session) |
Modifier and Type | Class and Description |
---|---|
class |
HbciGetPaymentEntrypoint<REQUEST extends FacadeServiceableGetter,RESULT_BODY>
Base class for getting payment info and status
|
Modifier and Type | Method and Description |
---|---|
PaymentHbciContext |
HbciPreparePaymentContext.FromRequest.map2Context(FacadeServiceableGetter ctx) |
Modifier and Type | Method and Description |
---|---|
protected PaymentHbciContext |
HbciPreparePaymentContext.prepareContext(ServiceContext<? extends FacadeServiceableGetter> serviceContext,
ProtocolAction action) |
Modifier and Type | Method and Description |
---|---|
PaymentHbciContext |
HbciPreparePaymentContext$FromRequestImpl.map2Context(FacadeServiceableGetter ctx) |
Copyright © 2020. All rights reserved.