Bulk lookup implementation, part 1
- LDAP bulk lookup
This commit is contained in:
@@ -23,6 +23,7 @@ package io.kamax.mxisd.lookup.provider
|
||||
import groovy.json.JsonException
|
||||
import groovy.json.JsonSlurper
|
||||
import io.kamax.mxisd.api.ThreePidType
|
||||
import io.kamax.mxisd.lookup.ThreePidMapping
|
||||
import org.slf4j.Logger
|
||||
import org.slf4j.LoggerFactory
|
||||
|
||||
@@ -62,4 +63,12 @@ abstract class RemoteIdentityServerProvider implements ThreePidProvider {
|
||||
}
|
||||
}
|
||||
|
||||
List<ThreePidMapping> find(String remote, List<ThreePidMapping> mappings) {
|
||||
List<ThreePidMapping> mappingsFound = new ArrayList<>()
|
||||
|
||||
// TODO
|
||||
|
||||
return mappingsFound
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user