Tagged Questions
5
votes
4answers
848 views
Grails security
Which is the best security solution for grails among acegi, jsecurity and Stark security?
regards
Josh
4
votes
2answers
1k 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 change the cookie's ...
2
votes
1answer
452 views
Traditional Auth, Facebook Connect & Grails
I am writing an app which needs to have both the traditional form of user auth, and Facebook Connect. I am using groovy/grails for this application.
Grails luckily has JSecurity plugin, Acegi Plugin ...
1
vote
1answer
309 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 run some code (i.e. ...
1
vote
1answer
1k views
Grails Jsecurity plugin: Increase session timeout
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?
0
votes
1answer
298 views
jsecurity : how to setup permission from database?
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:
/home/edit/* for ...