Ars Machina
Software development isn't just technique, it is an art too

Generic Authentication-Hibernate

This package implements all DAOs defined by Generic Authentication using Hibernate and also provides.

Instructions for Spring Framework users

If you are using JavaConfig to declare and configure your beans, and we strogly encourage you to do so, @Import the GenericAuthenticationHibernateConfiguration in your configuration class using. It declares all the Generic Authentication DAOs and controllers. On the other hand, GenericAuthenticationHibernateConfiguration expects two beans: sessionFactory (org.hibernate.Session) and passwordEncrypter (br.com.arsmachina.authentication.controller.PasswordEncrypter).