Tagged Questions

5
votes
3answers
579 views

Java options for web user authentication

I'm looking for a secure user login/session management component for a public web app. Spring Security seems to have potential, are there any other high quality alternatives? Conceptually this is ...
1
vote
1answer
350 views

jSecurity JDBCRealm SQL setup

I am trying to use jSecurity for an enterprise java app, but the documentation is...well...lacking. Has anyone out there in SO-land been able to get the JDBCRealm setup, and if so did you find a SQL ...