Class Xs2aAisAuthenticateUserConsentWithPin
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<Xs2aContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.authenticate.embedded.Xs2aAisAuthenticateUserConsentWithPin
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aAuthenticateUserConsentWithPin") public class Xs2aAisAuthenticateUserConsentWithPin extends ValidatedExecution<Xs2aContext>Send PSU PIN/Password from the context to ASPSP. The password is typically provided byUpdateAuthorization. Updates available SCA methods after ASPSP returns the result.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXs2aAisAuthenticateUserConsentWithPin.Extractor
-
Constructor Summary
Constructors Constructor Description Xs2aAisAuthenticateUserConsentWithPin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)protected voiddoValidate(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)-
Methods inherited from class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
doAfterCall, doMockedExecution, doPrepareContext, execute
-
-
-
-
Method Detail
-
doValidate
protected void doValidate(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)- Overrides:
doValidatein classValidatedExecution<Xs2aContext>
-
doRealExecution
protected void doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)- Specified by:
doRealExecutionin classValidatedExecution<Xs2aContext>
-
-