Modifier and Type | Class and Description |
---|---|
class |
AccountListHbciContext |
class |
PaymentHbciContext |
class |
TransactionListHbciContext |
Modifier and Type | Method and Description |
---|---|
HbciContext |
HbciExtendWithServiceContext.extend(HbciContext context,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
HbciContext |
HbciExtendWithServiceContext.extend(HbciContext context,
ServiceContext serviceContext) |
Modifier and Type | Method and Description |
---|---|
void |
HbciRedirectExecutor.redirect(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context,
Function<HbciProtocolConfiguration,String> redirectSelector)
Redirects PSU to some page (or emits FinTech redirection required) by performing interpolation of the
string returned by
redirectSelector |
void |
HbciRedirectExecutor.redirect(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context,
String uiScreenUriSpel,
String destinationUri)
Redirects PSU to some page (or emits FinTech redirection required) by performing interpolation of the
string returned by
uiScreenUriSpel |
void |
HbciRedirectExecutor.redirect(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context,
String uiScreenUriSpel,
String destinationUri,
Function<de.adorsys.opba.protocol.bpmnshared.dto.messages.Redirect.RedirectBuilder,? extends Redirect> eventFactory)
Redirects PSU to some page (or emits FinTech redirection required) by performing interpolation of the
string returned by
uiScreenUriSpel |
Modifier and Type | Method and Description |
---|---|
protected void |
HbciAisConsentService.doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciLoadConsentUnderFinTechKey.doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciAisConsentService.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciLoadConsentUnderFinTechKey.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
ReportConsentAuthorizationFinished.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
boolean |
HbciConsentInfo.isPasswordPresent(HbciContext ctx)
Is the PSU password present in the context.
|
boolean |
HbciConsentInfo.isPasswordPresentInConsent(HbciContext ctx)
Check that password present in consent (needed for getting payment status without new interactive authorization).
|
boolean |
HbciConsentInfo.isTanChallengeRequired(HbciContext ctx)
Is the TAN challenge required.
|
boolean |
HbciConsentInfo.isUnderFintechScope(HbciContext ctx)
Any kind of consent exists?
|
Optional<HbciResultCache> |
HbciCachedResultAccessor.resultFromCache(HbciContext context) |
void |
HbciCachedResultAccessor.resultToCache(HbciContext context,
HbciResultCache result) |
Modifier and Type | Method and Description |
---|---|
protected void |
HbciSubmitSelectedMethodAndAskForTanChallenge.doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciAskForPin.doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciAskToSelectTanChallenge.doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciReportConsentIncompatible.doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciAskForTan.doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciSendTanChallenge.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciSubmitSelectedMethodAndAskForTanChallenge.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciAskForPin.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciAskToSelectTanChallenge.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciInitiateSendPinAndPsuId.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciReportConsentIncompatible.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
protected void |
HbciAskForTan.doRealExecution(org.flowable.engine.delegate.DelegateExecution execution,
HbciContext context) |
Modifier and Type | Method and Description |
---|---|
String |
HbciFlowNameSelector.getNameForExecution(HbciContext ctx)
Sub-process name for current context (PSU/FinTech input) execution (real calls to ASPSP API).
|
String |
HbciFlowNameSelector.getNameForValidation(HbciContext ctx)
Sub-process name for current context (PSU/FinTech input) validation.
|
Copyright © 2020. All rights reserved.