Class AuthenticatedDialogEnd
- java.lang.Object
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.OperationHandler
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.TemplateBasedOperationHandler
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.nonauthorized.AuthenticatedDialogEnd
-
- All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate
@Service("authenticatedDialogEnd") public class AuthenticatedDialogEnd extends TemplateBasedOperationHandler
-
-
Constructor Summary
Constructors Constructor Description AuthenticatedDialogEnd(JsonTemplateInterpolation interpolation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected OperationhandledRequestType()-
Methods inherited from class de.adorsys.opba.protocol.sandbox.hbci.protocol.TemplateBasedOperationHandler
doExecute
-
Methods inherited from class de.adorsys.opba.protocol.sandbox.hbci.protocol.OperationHandler
execute, usesCustomHandlingAndHandles
-
-
-
-
Constructor Detail
-
AuthenticatedDialogEnd
public AuthenticatedDialogEnd(JsonTemplateInterpolation interpolation)
-
-
Method Detail
-
getTemplatePathAndUpdateCtxIfNeeded
protected String getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)
- Specified by:
getTemplatePathAndUpdateCtxIfNeededin classTemplateBasedOperationHandler
-
handledRequestType
protected Operation handledRequestType()
- Specified by:
handledRequestTypein classOperationHandler
-
-