3

I'm looking for a lightweight and easy to install user management system made in JAVA. It should use a free Database System (MySQL for example) and handle basic security after logging (access or not with error message). I'm not looking for anything fancy/flexible like SpringSecurity.

Thank you!

Rob
  • 47,999
  • 5
  • 74
  • 91
tinky05
  • 250
  • 5
  • 13

1 Answers1

2

I think OpenLdap would meet your requirements although not written in java, but which db other then derby is written in java?

Here is a tutorial how you access it using JNDI.

stacker
  • 68,052
  • 28
  • 140
  • 210