[Acegisecurity-developer] problem with Authorization

2004-08-19 Thread sather
Hello ! Lets say if we have subclasses jdbcDaoImpl and using Database authentication, then straight after the authentication where does the control goes. I mean like I have added a role in my database and a user with that role. when I run my project, It verifies the user and on the console a get

Re: [Acegisecurity-developer] sample.contact Application Authorization question??

2004-08-19 Thread Ben Alex
[EMAIL PROTECTED] wrote: Hello All ! I am trying to use my Database with Sample contact application. I have added few roles and users in my database and also have subclasses JdbcDaoImpl to authenticate from database. I have added a user with ROLE_SUPERVISOR and a ROLE_ABC. i have also changed my

Re: [Acegisecurity-developer] removeCache in UserDetails

2004-08-19 Thread Ben Alex
Shishir K. Singh wrote: I was wondering if the method public void removeUserFromCache(String username) { cache.remove(username); } In EhCacheBasedUserCache can be made implement able i.e moved to UserCache interface. Hi Shishir Done. Now in CVS HEAD. Ben