Added realm

This commit is contained in:
M66B
2019-01-10 18:24:20 +00:00
parent 821178754d
commit 373251f535
16 changed files with 1426 additions and 24 deletions

View File

@@ -68,6 +68,7 @@ public class EntityIdentity {
public String user;
@NonNull
public String password;
public String realm;
@NonNull
public Boolean synchronize;
@NonNull