public interface UserDirectory
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDirectoryPaths()
Retrieves a collection of the Domino directory databases used
by this runtime or server.
|
default Optional<Map<String,List<Object>>> |
lookupUserValue(String name,
String... items)
Queries the directory for the specified items from the first match for the user.
|
UserDirectoryQuery |
query()
Initiates a query of the runtime or server's directory.
|
Set<String> getDirectoryPaths()
Set of Notes API pathsdefault Optional<Map<String,List<Object>>> lookupUserValue(String name, String... items)
This method is shorthand for using query().
name - the name of the user look upitems - the item names to returnOptional describing item names to value lists, or an empty one if there is no matchUserDirectoryQuery query()
UserDirectoryQuery builderCopyright © 2019–2021 HCL. All rights reserved.