public static class HbciPassport.State extends Object
All fields are non-final public so that jackson can easily serialize them.
| Modifier and Type | Field and Description |
|---|---|
List<String> |
allowedTwostepMechanisms |
String |
blz |
HashMap<String,String> |
bpd |
String |
country |
org.kapott.hbci.manager.HBCITwoStepMechanism |
currentSecMechInfo |
String |
customerId |
String |
hbciVersion |
String |
host |
int |
port |
String |
sysId |
List<org.kapott.hbci.GV_Result.GVRTANMediaList.TANMediaInfo> |
tanMedias |
HashMap<String,String> |
upd |
String |
userId |
| Constructor and Description |
|---|
State(org.kapott.hbci.passport.PinTanPassport passport)
Creates a new State snapshot of the supplied passport.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(HbciPassport passport) |
static HbciPassport.State |
readJson(String s) |
String |
toJson() |
public String hbciVersion
public String customerId
public String blz
public String userId
public String country
public String host
public int port
public String sysId
public List<org.kapott.hbci.GV_Result.GVRTANMediaList.TANMediaInfo> tanMedias
public org.kapott.hbci.manager.HBCITwoStepMechanism currentSecMechInfo
public State(org.kapott.hbci.passport.PinTanPassport passport)
public static HbciPassport.State readJson(String s)
public void apply(HbciPassport passport)
public String toJson()
Copyright © 2018. All rights reserved.