Lots of new awesome documentation

This commit is contained in:
Maxime Dor
2017-10-02 03:42:23 +02:00
parent 9079bb25cc
commit 4a99ec5531
21 changed files with 849 additions and 538 deletions

View File

@@ -32,7 +32,7 @@ import java.util.Optional;
public class LdapIdentityConfig {
private String filter;
private String token = "%3pid";
private String token;
private Map<String, String> medium = new HashMap<>();
public String getFilter() {