I am creating simple authentication server that will store user and password and user groups in database.
I want to provide simple embedded data store to manage user/passwords and groups.
What will be suitable:
- LDAP server data store
- mongodb datastore by storing values against each user names etc
- Any other?
It should also have some java api to store and retrieve data .
Please suggest?