Hello
I'm newbie at spring technology and appfuse.
In my application i have a table user, table groups and table permission
that contain id from user, id from groups and value of permission.
When a user logs in, i read all permission to session and I check all
permission in filters.
I don't know where I should do this. Now I have it on first page which I get
after login.
But it isn't good solution.
Perhaps the best idea is to use  proxy before I get to each page? How should
I do this?
Perhaps it is possible to do it with acegi (with parameters user, groups
(BUT during session i can change groups and th en i have another permission
to these pages -> dynamic permissions).
thanks for your help (in advance)
majaa

Reply via email to