Uses of Class
de.adorsys.opba.protocol.sandbox.hbci.protocol.context.HbciSandboxContext
-
-
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.protocol
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol that return HbciSandboxContext Modifier and Type Method Description protected abstract HbciSandboxContextOperationHandler. doExecute(org.flowable.engine.delegate.DelegateExecution execution, HbciSandboxContext context)protected HbciSandboxContextTemplateBasedOperationHandler. doExecute(org.flowable.engine.delegate.DelegateExecution execution, HbciSandboxContext context)Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol with parameters of type HbciSandboxContext Modifier and Type Method Description booleanDecisionSwitch. anonymousBpdSupported(HbciSandboxContext context)protected abstract HbciSandboxContextOperationHandler. doExecute(org.flowable.engine.delegate.DelegateExecution execution, HbciSandboxContext context)protected HbciSandboxContextTemplateBasedOperationHandler. doExecute(org.flowable.engine.delegate.DelegateExecution execution, HbciSandboxContext context)protected abstract StringTemplateBasedOperationHandler. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)booleanDecisionSwitch. isCustomMessage(HbciSandboxContext context)booleanDecisionSwitch. isDialogAnonymous(HbciSandboxContext context)booleanDecisionSwitch. isDialogEnd(HbciSandboxContext context)booleanDecisionSwitch. isDialogInit(HbciSandboxContext context)booleanDecisionSwitch. isDialogInitSca(HbciSandboxContext context)booleanDecisionSwitch. isDialogInitScaTan2Step(HbciSandboxContext context)booleanDecisionSwitch. isDialogPinOkAndNoTan(HbciSandboxContext context)booleanDecisionSwitch. isDialogPinTanOk(HbciSandboxContext context)booleanDecisionSwitch. isSynchronization(HbciSandboxContext context)booleanDecisionSwitch. isWrongScaMethod(HbciSandboxContext context)protected booleanOperationHandler. usesCustomHandlingAndHandles(HbciSandboxContext context) -
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.protocol.anonymous
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.anonymous with parameters of type HbciSandboxContext Modifier and Type Method Description protected StringAnonymousDialogEnd. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected StringAnonymousDialogInitBpd. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected StringAnonymousDialogInitNotSupported. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context) -
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.authorized
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.authorized with parameters of type HbciSandboxContext Modifier and Type Method Description protected StringAuthorizedAuthLost. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected StringAuthorizedCustomMsg. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected StringAuthorizedDialogEnd. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected StringAuthorizedDialogInit. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected StringAuthorizedSynchronization. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context) -
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.nonauthorized
-
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.protocol.common
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.common with parameters of type HbciSandboxContext Modifier and Type Method Description protected StringWrongPinTanOrLogin. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context)protected StringWrongScaMethodId. getTemplatePathAndUpdateCtxIfNeeded(HbciSandboxContext context) -
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.protocol.interpolation
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.interpolation with parameters of type HbciSandboxContext Modifier and Type Method Description Map<String,String>JsonTemplateInterpolation. interpolate(String templateResourcePath, HbciSandboxContext context)StringJsonTemplateInterpolation. interpolateToHbci(String templateResourcePath, HbciSandboxContext context) -
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.service
Methods in de.adorsys.opba.protocol.sandbox.hbci.service with parameters of type HbciSandboxContext Modifier and Type Method Description voidHbciSandboxPaymentService. acceptPayment(HbciSandboxContext context)voidHbciSandboxPaymentService. createPayment(HbciSandboxContext context, boolean instantPayment)voidHbciSandboxPaymentService. createPaymentIfNeededAndPossibleFromContext(HbciSandboxContext context)voidHbciSandboxPaymentService. paymentFromDatabaseToContext(HbciSandboxContext context, String paymentId) -
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.util.logresolver
Methods in de.adorsys.opba.protocol.sandbox.hbci.util.logresolver with parameters of type HbciSandboxContext Modifier and Type Method Description voidHbciSandboxLogResolver. log(String message, org.flowable.engine.delegate.DelegateExecution execution, HbciSandboxContext context) -
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.util.logresolver.domain
Subclasses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.util.logresolver.domain Modifier and Type Class Description classHbciSandboxContextLog -
Uses of HbciSandboxContext in de.adorsys.opba.protocol.sandbox.hbci.util.logresolver.mapper
Methods in de.adorsys.opba.protocol.sandbox.hbci.util.logresolver.mapper with parameters of type HbciSandboxContext Modifier and Type Method Description HbciSandboxContextLogHbciSandboxDtoToLogObjectsMapper. mapFromHbciSandboxContextDtoToHbciSandboxContextLog(HbciSandboxContext context)HbciSandboxContextLogHbciSandboxDtoToLogObjectsMapperImpl. mapFromHbciSandboxContextDtoToHbciSandboxContextLog(HbciSandboxContext context)
-