Class Xs2aOauth2ExchangeCodeToToken
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<Xs2aContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.oauth2.Xs2aOauth2ExchangeCodeToToken
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aOauth2ExchangeCodeToToken") public class Xs2aOauth2ExchangeCodeToToken extends ValidatedExecution<Xs2aContext>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXs2aOauth2ExchangeCodeToToken.Extractor
-
Constructor Summary
Constructors Constructor Description Xs2aOauth2ExchangeCodeToToken()
-
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
-
doRealExecution
protected void doRealExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)- Specified by:
doRealExecutionin classValidatedExecution<Xs2aContext>
-
doValidate
protected void doValidate(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)- Overrides:
doValidatein classValidatedExecution<Xs2aContext>
-
-