Authentication control in Java Web

1

Good evening, I'm doing a project using JSF, Hibernate and Tomcat and one of the requirements is:

X RF 01 . The system must use passwords for secure control of the application.

What could I use in this control? I tried the JAAS but I could not make it work, until I created a question here and nobody could answer me, I also found very little subject to study more about this type of authentication. Is there any more?

    
asked by anonymous 08.11.2015 / 01:09

1 answer

2

An alternative to apache shiro is spring-security, a very mature project with its latest release in version 4.0.4. Here are two links that may help you:

1- link (Official Documentation)
2- link

    
08.11.2015 / 17:11