Class Xs2aDoScaRedirectToAspspForScaChallenge
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<Xs2aContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.authenticate.redirect.Xs2aDoScaRedirectToAspspForScaChallenge
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aDoRedirectToAspspForScaChallenge") public class Xs2aDoScaRedirectToAspspForScaChallenge extends ValidatedExecution<Xs2aContext>Performs redirection to the ASPSP by sending him to the page with redirection button (to ASPSP) for the redirect approach.
-
-
Constructor Summary
Constructors Constructor Description Xs2aDoScaRedirectToAspspForScaChallenge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoMockedExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)protected voiddoRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)-
Methods inherited from class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
doAfterCall, doPrepareContext, doValidate, execute
-
-
-
-
Method Detail
-
doRealExecution
protected void doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)- Specified by:
doRealExecutionin classValidatedExecution<Xs2aContext>
-
doMockedExecution
protected void doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)- Overrides:
doMockedExecutionin classValidatedExecution<Xs2aContext>
-
-