Tagged Questions

2
votes
3answers
127 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? Co …
0
votes
1answer
40 views

Run code in Hibernate Filters

I have a fairly sophisticated security mechanism that I implemented using Apache Shiro (formerly JSecurity). In order to know the exact visibility rules for an object, I need to r …
0
votes
1answer
85 views

jsecurity : how to setup permission from database ?

Hi, I'm using Jsecurity plugins on Grails and I would like to know how to setup permission for each page from the database if possible. it's like to store the following rules: …
1
vote
1answer
272 views

Grails Jsecurity plugin: Increase session timeout

Hi, I am using Jsecurity plugin version 0.3 with grails 1.1. I need to increase the session timeout for users. Any clue how i should go about this?
3
votes
3answers
317 views

Implementation of “remember me” in a Grails application.

How do I implement a "Remember Me" function in Grails so that the user can check it and he won't have to log in again for 2 weeks? I'm using the jSecurity plugin and want to chang …
1
vote
1answer
164 views

jSecurity JDBCRealm SQL setup

Hello all! 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 set …