Our web-application is using JAAS for authentication of users on JBoss 3.2.x.
We use FORM-based authentication for the client and the built in
DatabaseServerLoginModule to retrieve and verify credentials.
Now we wish to implement remember-me functionality. By this I mean that the
user has a ch
Perhaps you need to look at your rolesQuery. The result-set from this query
should return role-name and role-group-name (which I have hard-coded to
'Roles').
So maybe you could try something like:
select RoleName, 'Roles' from UserRoles where username=?
View the original post :
http://www.jbo