This service can also be configured at runtime by using the PID {@value #PID}.
The configuration options recognized by this service are:
<host1:port1> <host2:port2>". This value is optional;Alternatively, one can also supply the above mentioned configuration keys prefixed with "org.apache.felix.useradmin.mongodb." as system properties (e.g.: -Dorg.apache.felix.useradmin.mongodb.server=my.mongo.server:27017). However, this implies that only a single store can be configured on a system (which could be a sensible default for some situations)!
By default, the following values are used:
| server | "localhost:27017" |
| dbname | "ua_repo" |
| collection | "useradmin" |
| username | <none> |
| password | <none> |
This class is thread-safe.
| |
| |