Apache
Home » Documentation » Apache Felix User Admin

Apache Felix User Admin - MongoDB Store

The Apache Felix User Admin MongoDB store provides a MongoDB-based store for use with the Felix UserAdmin service. It uses MongoDB to persist the role information.

Note that this driver additionally needs the MongoDB java driver in order to operate!

The MongoDB-based store service this bundle provides can be configured at runtime by using the service PID "org.apache.felix.useradmin.mongodb". The configuration options recognized by this service are:

Alternatively, one can also supply the above mentioned configuration keys prefixed with "org.apache.felix.useradmin.mongodb." as system properties. For example by adding -Dorg.apache.felix.useradmin.mongodb.server=my.mongo.server:29000 to your JVM arguments will let this service use the MongoDB server at "my.mongo.server" on port 29000. However, using system properties will imply that only a single store can be configured on a system (which could be a sensible default for some situations)!

Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.