User Directory support in REST Backend

This commit is contained in:
Maxime Dor
2017-10-01 18:13:01 +02:00
parent c702a34aab
commit d0aac5ac52
5 changed files with 264 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ public class RestThreePidProviderTest {
cfg.setEnabled(true);
cfg.setHost("http://localhost:65000");
cfg.getEndpoints().getIdentity().setSingle(lookupSinglePath);
cfg.getEndpoints().getIdentity().setBulk("/lookup/bulk");
cfg.getEndpoints().getIdentity().setBulk(lookupBulkPath);
cfg.build();
p = new RestThreePidProvider(cfg, mxCfg);