Tagged Questions
The jsecurity tag has no wiki summary.
5
votes
4answers
849 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 ...
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
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
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?
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 ...
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 ...