| Constructor and Description |
|---|
Xs2aRedirectExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
redirect(org.flowable.engine.delegate.DelegateExecution execution,
Xs2aContext context,
Function<ProtocolUrlsConfiguration,String> urlSelector)
Redirects PSU to some page (or emits FinTech redirection required) by performing interpolation of the
string returned by
urlSelector |
void |
redirect(org.flowable.engine.delegate.DelegateExecution execution,
Xs2aContext 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 |
redirect(org.flowable.engine.delegate.DelegateExecution execution,
Xs2aContext context,
String uiScreenUriSpel,
String destinationUri,
Function<Redirect.RedirectBuilder,? extends Redirect> eventFactory)
Redirects PSU to some page (or emits FinTech redirection required) by performing interpolation of the
string returned by
uiScreenUriSpel |
public void redirect(org.flowable.engine.delegate.DelegateExecution execution,
Xs2aContext context,
Function<ProtocolUrlsConfiguration,String> urlSelector)
urlSelectorexecution - Execution context of the current processcontext - Current XS2A contexturlSelector - Redirection URL configurer - selects which URL template to usepublic void redirect(org.flowable.engine.delegate.DelegateExecution execution,
Xs2aContext context,
String uiScreenUriSpel,
String destinationUri)
uiScreenUriSpelexecution - Execution context of the current processcontext - Current XS2A contextuiScreenUriSpel - UI screen SpEL expression to interpolatedestinationUri - URL where UI screen should redirect user to if he clicks OK (i.e. to ASPSP redirection
where user must click OK button in order to be redirected to ASPSP)public void redirect(org.flowable.engine.delegate.DelegateExecution execution,
Xs2aContext context,
String uiScreenUriSpel,
String destinationUri,
Function<Redirect.RedirectBuilder,? extends Redirect> eventFactory)
uiScreenUriSpelexecution - Execution context of the current processcontext - Current XS2A contextuiScreenUriSpel - UI screen SpEL expression to interpolatedestinationUri - URL where UI screen should redirect user to if he clicks OK (i.e. to ASPSP redirection
where user must click OK button in order to be redirected to ASPSP)eventFactory - Allows to construct custom event with redirection parameters.Copyright © 2020. All rights reserved.