Tagged Questions

5
votes
4answers
847 views

Grails security

Which is the best security solution for grails among acegi, jsecurity and Stark security? regards Josh
5
votes
3answers
572 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
2answers
2k views

request.isUserInRole(“ADMIN”) also returns true for user not in role ADMIN but role USER

I'm currently trying out the JDBCRealm in Glasshfish v3: I have 2 roles USER and ADMIN. I have a LoginServlet that redirects to a url (say /admin or /user) based on the request.isUserInRole("ADMIN") ...
1
vote
1answer
347 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 ...