Individual account management - to be tested

This commit is contained in:
M66B
2019-12-07 15:14:35 +01:00
parent 35602ef17c
commit 2591dc9011
33 changed files with 378 additions and 717 deletions

View File

@@ -71,7 +71,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
@NonNull
public Integer port;
@NonNull
public Integer auth_type;
public Integer auth_type; // immutable
@NonNull
public String user;
@NonNull