Uses of Class
org.kapott.hbci.dialog.DialogContext
Packages that use DialogContext
Package
Description
Passports repräsentieren die HBCI-Sicherheitsmedien, mit denen Zugangsdaten
eines Bankkunden verwaltet werden.
-
Uses of DialogContext in org.kapott.hbci.dialog
Methods in org.kapott.hbci.dialog that return DialogContextModifier and TypeMethodDescriptionstatic DialogContextDialogContext.create(HBCIKernelImpl kernel, HBCIPassportInternal passport) Erzeugt einen neuen Dialog-Context.Methods in org.kapott.hbci.dialog with parameters of type DialogContextModifier and TypeMethodDescriptionprotected voidAbstractRawHBCIDialog.applyData(DialogContext ctx) Befuellt die Daten fuer die Nachricht.protected voidAbstractRawHBCIDialogInit.applyData(DialogContext ctx) protected voidHBCIDialogEnd.applyData(DialogContext ctx) protected voidHBCIDialogFirstKeyRequest.applyData(DialogContext ctx) protected voidHBCIDialogInit.applyData(DialogContext ctx) protected voidHBCIDialogLockKeys.applyData(DialogContext ctx) protected voidHBCIDialogSync.applyData(DialogContext ctx) protected voidHBCIDialogTanMedia.applyData(DialogContext ctx) protected voidAbstractRawHBCIDialog.checkResult(DialogContext ctx) Kann implementiert werden, um das Ergebnis des Dialogs zu pruefen.protected voidHBCIDialogEnd.checkResult(DialogContext ctx) protected voidHBCIDialogLockKeys.checkResult(DialogContext ctx) protected voidHBCIDialogSepaInfo.checkResult(DialogContext ctx) protected voidHBCIDialogSync.checkResult(DialogContext ctx) protected voidHBCIDialogTanMedia.checkResult(DialogContext ctx) final HBCIMsgStatusAbstractRawHBCIDialog.execute(DialogContext ctx) HBCIProcess.execute(DialogContext ctx) Fuehrt die Dialoge mit der Bank aus.HBCIProcessSepaInfo.execute(DialogContext ctx) HBCIProcessTanMedia.execute(DialogContext ctx) private HBCIMsgStatusHBCIProcessTanMedia.execute(DialogContext ctx, boolean skipSCA) Fuehrt die HBCI-Dialoge aus.RawHBCIDialog.execute(DialogContext ctx) Sendet die Dialog-Initialisierung an die Bank.protected StringAbstractRawHBCIDialog.getActualTemplate(DialogContext ctx) Liefert das tatsaechlich zu verwendende Message-Template basierend auf dem Kontext.protected StringHBCIDialogEnd.getActualTemplate(DialogContext ctx) protected StringHBCIDialogInit.getActualTemplate(DialogContext ctx) protected IntegerAbstractRawHBCIDialog.getSegmentVersion(DialogContext ctx, String gvName, Integer defaultVersion) Liefert die hoechste bei der Bank verfuegbare Segment-Version.booleanHBCIDialogSepaInfo.required(DialogContext ctx) Prueft, ob der Dialog noetig ist.booleanHBCIDialogTanMedia.required(DialogContext ctx) Prueft, ob der Dialog noetig ist.protected HBCIMsgStatusAbstractRawHBCIDialog.sendData(DialogContext ctx) Default-Implementierung fuer den Versand.protected HBCIMsgStatusHBCIDialogEnd.sendData(DialogContext ctx) protected HBCIMsgStatusHBCIDialogFirstKeyRequest.sendData(DialogContext ctx) protected HBCIMsgStatusHBCIDialogLockKeys.sendData(DialogContext ctx) protected HBCIMsgStatusHBCIDialogSync.sendData(DialogContext ctx) booleanHBCIDialogSepaInfo.supported(DialogContext ctx) Prueft, ob der Dialog moeglich ist.booleanHBCIDialogTanMedia.supported(DialogContext ctx) Prueft, ob der Dialog moeglich ist. -
Uses of DialogContext in org.kapott.hbci.passport
Methods in org.kapott.hbci.passport with parameters of type DialogContextModifier and TypeMethodDescriptionprivate voidAbstractPinTanPassport.check3072(DialogContext ctx) Prueft, ob im Response der Code 3072 enthalten ist.private voidAbstractPinTanPassport.check3920(DialogContext ctx) Prueft, ob im Response der Code 3920 enthalten ist.private voidAbstractPinTanPassport.checkInvalidPIN(DialogContext ctx) Prueft, ob es Anzeichen fuer eine falsche PIN gibt.private voidAbstractPinTanPassport.checkSCARequest(DialogContext ctx) Prueft, ob die Dialog-Initialisierung um ein HKTAN erweitert werden muss.private voidAbstractPinTanPassport.checkSCAResponse(DialogContext ctx) Prueft das Response auf Vorhandensein eines HITAN bzw Code.private SCARequestAbstractPinTanPassport.getSCARequest(DialogContext ctx) Erzeugt einen passenden SCA-Request fuer die Dialog-Initialisierung.voidAbstractHBCIPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidAbstractPinTanPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidAbstractRDHPassport.onDialogEvent(DialogEvent event, DialogContext ctx) voidHBCIPassportInternal.onDialogEvent(DialogEvent event, DialogContext ctx) Wird bei einem Dialog-Event ausgefuehrt.private voidAbstractPinTanPassport.patchMessagesFor2StepMethods(DialogContext ctx) Patcht die TAN-Abfrage bei Bedarf in die Nachricht.