0

I have a working WildFly8 application and I would like to implement some kind of HTTP authentication (I am relatively new to Java EE). It can be the most basic type of authentication and it should use a database as back-end. All the tutorials I could find are ancient (from JBOSS 3 era) and probably not applicable to WildFly. Does anyone have some pointers to get me started?

Nikša Baldun
  • 1,854
  • 4
  • 28
  • 39

1 Answers1

1

These projects should get you started in the right direction:

  1. Servlet Security
  2. EJB Security
Szymon Jednac
  • 2,969
  • 1
  • 29
  • 43