Class CreateAisAccountListConsentService
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<AccountListXs2aContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.consent.CreateAisAccountListConsentService
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aAccountListConsentInitiate") public class CreateAisAccountListConsentService extends ValidatedExecution<AccountListXs2aContext>Initiates Account list consent by sending mappedAisConsentfrom the context to ASPSP API.
-
-
Constructor Summary
Constructors Constructor Description CreateAisAccountListConsentService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoMockedExecution(org.flowable.engine.delegate.DelegateExecution execution, AccountListXs2aContext context)protected voiddoPrepareContext(org.flowable.engine.delegate.DelegateExecution execution, AccountListXs2aContext context)protected voiddoRealExecution(org.flowable.engine.delegate.DelegateExecution execution, AccountListXs2aContext context)protected voiddoValidate(org.flowable.engine.delegate.DelegateExecution execution, AccountListXs2aContext context)-
Methods inherited from class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
doAfterCall, execute
-
-
-
-
Method Detail
-
doPrepareContext
protected void doPrepareContext(org.flowable.engine.delegate.DelegateExecution execution, AccountListXs2aContext context)- Overrides:
doPrepareContextin classValidatedExecution<AccountListXs2aContext>
-
doValidate
protected void doValidate(org.flowable.engine.delegate.DelegateExecution execution, AccountListXs2aContext context)- Overrides:
doValidatein classValidatedExecution<AccountListXs2aContext>
-
doRealExecution
protected void doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, AccountListXs2aContext context)- Specified by:
doRealExecutionin classValidatedExecution<AccountListXs2aContext>
-
doMockedExecution
protected void doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution, AccountListXs2aContext context)- Overrides:
doMockedExecutionin classValidatedExecution<AccountListXs2aContext>
-
-