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 |
Properties |
bpd |
String |
country |
String |
currentTANMethod |
String |
customerId |
String |
filterType |
String |
hbciVersion |
String |
host |
int |
port |
String |
sysId |
Properties |
upd |
String |
userId |
| Constructor and Description |
|---|
State(HbciPassport passport) |
State(HbciPassport passport,
Optional<HbciPassport.State> optionalOldState)
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 country
public String host
public int port
public String userId
public String sysId
public Properties bpd
public Properties upd
public String hbciVersion
public String customerId
public String filterType
public String currentTANMethod
public State(HbciPassport passport)
public State(HbciPassport passport, Optional<HbciPassport.State> optionalOldState)
public void apply(HbciPassport passport)
public String toJson()
public static HbciPassport.State readJson(String s)
Copyright © 2018. All rights reserved.