Uses of Class
org.kapott.hbci.status.HBCIExecStatus
-
Packages that use HBCIExecStatus Package Description org.kapott.hbci.manager org.kapott.hbci.status -
-
Uses of HBCIExecStatus in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return HBCIExecStatus Modifier and Type Method Description HBCIExecStatus
HBCIHandler. execute()
Ausführen aller bisher erzeugten Aufträge.HBCIExecStatus
HBCIHandler. verifyTAN()
EntsprichtverifyTAN(null)
.HBCIExecStatus
HBCIHandler. verifyTAN(java.lang.String customerId)
Key-Management: Überprüfen einer TAN (nur für PinTan-Passports!). -
Uses of HBCIExecStatus in org.kapott.hbci.status
Methods in org.kapott.hbci.status that return HBCIExecStatus Modifier and Type Method Description HBCIExecStatus
HBCIExecThreadedStatus. getExecStatus()
Auslesen des HBCI-Dialog-Status.Methods in org.kapott.hbci.status with parameters of type HBCIExecStatus Modifier and Type Method Description void
HBCIExecThreadedStatus. setExecStatus(HBCIExecStatus status)
Speichern des Dialog-Status.
-