This package implements all DAOs defined by Generic Authentication using Hibernate and also provides.
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).