Class Xs2aRedirectUserToOauth2AuthorizationServer
- java.lang.Object
-
- de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution<Xs2aContext>
-
- de.adorsys.opba.protocol.xs2a.service.xs2a.oauth2.Xs2aRedirectUserToOauth2AuthorizationServer
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("xs2aRedirectUserToOauth2AuthorizationServer") public class Xs2aRedirectUserToOauth2AuthorizationServer extends ValidatedExecution<Xs2aContext>We expect PKCE authorization from Xs2a adapter (no state, etc.)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXs2aRedirectUserToOauth2AuthorizationServer.Extractor
-
Constructor Summary
Constructors Constructor Description Xs2aRedirectUserToOauth2AuthorizationServer()
-
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)protected voiddoValidate(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)-
Methods inherited from class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
doAfterCall, 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>
-
doMockedExecution
protected void doMockedExecution(org.flowable.engine.delegate.DelegateExecution execution, Xs2aContext context)- Overrides:
doMockedExecutionin classValidatedExecution<Xs2aContext>
-
-