AuthenticationDao « Security « Spring Q&A





1. AuthenticationDao closes Hibernate Session    forum.springsource.org

AuthenticationDao closes Hibernate Session Hello, I have seen that this issue has come up once before and I was wondering if anyone has found a solution yet to the following problem. ...

2. Different authenticationDao for different URL Mappings    forum.springsource.org

Different authenticationDao for different URL Mappings Hello, I have a scenario where I have two types of users that need to be authenticated in different ways. User type A needs to ...

3. DaoAuthenticationProvide loses AuthenticationDao's User    forum.springsource.org

DaoAuthenticationProvide loses AuthenticationDao's User DaoAuthenticationProvider seems to lose any UserDetails object that its AuthenticationDao gets for it. In particular, this code will not put userDetails into the UsernamePasswordAuthenticationToken unless the incomming ...

4. Hibernate based AuthenticationDao issues    forum.springsource.org

Jul 29th, 2005, 12:41 PM #1 rwallace View Profile View Forum Posts Private Message Member Join Date Jul 2005 Posts 30 Hibernate based AuthenticationDao issues Hey everyone, I've got a webapp ...

5. Custom AuthenticationDao wiring question    forum.springsource.org

hiya, first of all, thanks for excellent security framework that that's easy to integrate on Spring powered J2EE application, Acegi really shines I've provided custom authenticationDao mainly to populate UserDetails implementation ...

6. Can't find AuthenticationDao    forum.springsource.org

Hi I am trying to implement my own Authentication Dao as it is stated in the manual 1.6.5. Trying to implement AuthenticationDao, it seems java can't find the Interface AuthenticationDao. It ...

7. NotWritableException: Bean property 'authenticationDao' is not writable    forum.springsource.org

org.springframework.beans.NotWritablePropertyException: Invalid property 'authenticationDao' of bean class [org.acegisecurity.providers.dao.DaoAuthenticationProvider]: Bean property 'authenticationDao' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type ...

8. AuthenticationDao    forum.springsource.org

AuthenticationDao Hi Guys, I've just set up my first basic webapp with acegi security. Alot of things are still very grey to me but im working through it slowly. What I ...