Class Xs2aDoScaRedirectToAspspForScaChallengeAfterCreate
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<Xs2aContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.authenticate.redirect.Xs2aDoScaRedirectToAspspForScaChallenge
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.authenticate.redirect.Xs2aDoScaRedirectToAspspForScaChallengeAfterCreate
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aDoScaRedirectToAspspForScaChallengeAfterCreate") public class Xs2aDoScaRedirectToAspspForScaChallengeAfterCreate extends Xs2aDoScaRedirectToAspspForScaChallengePerforms redirection to the ASPSP by sending him to the page with redirection button (to ASPSP) for the redirect approach. But is specific as happens just after consent was created.
-
-
Field Summary
-
Fields inherited from class de.adorsys.opba.protocol.xs2a.service.xs2a.authenticate.redirect.Xs2aDoScaRedirectToAspspForScaChallenge
SCA_REDIRECT
-
-
Constructor Summary
Constructors Constructor Description Xs2aDoScaRedirectToAspspForScaChallengeAfterCreate(ProtocolUrlsConfiguration urlsConfiguration, org.flowable.engine.RuntimeService runtimeService, Xs2aRedirectExecutor redirectExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetRedirectToAspspUrl(Xs2aContext context)-
Methods inherited from class de.adorsys.opba.protocol.xs2a.service.xs2a.authenticate.redirect.Xs2aDoScaRedirectToAspspForScaChallenge
doMockedExecution, doRealExecution
-
Methods inherited from class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
doAfterCall, doPrepareContext, doUpdateXRequestId, doValidate, execute
-
-
-
-
Constructor Detail
-
Xs2aDoScaRedirectToAspspForScaChallengeAfterCreate
public Xs2aDoScaRedirectToAspspForScaChallengeAfterCreate(ProtocolUrlsConfiguration urlsConfiguration, org.flowable.engine.RuntimeService runtimeService, Xs2aRedirectExecutor redirectExecutor)
-
-
Method Detail
-
getRedirectToAspspUrl
protected String getRedirectToAspspUrl(Xs2aContext context)
- Overrides:
getRedirectToAspspUrlin classXs2aDoScaRedirectToAspspForScaChallenge
-
-