All topics

Authentication

35 articles tagged Authentication.

Servlet Container Authentication

  • Authentication
  • J2EE / Jakarta EE
  • HTTP

There are three required authentication mechanisms supported by a compliant Servlet Container: HTTP Basic Authentication, Form-based Authentication, and CLIENT_CERT authentication. There is a fourth authentication method, DIGEST, that isn’t used very often in my experience. This final…

Read article: Servlet Container Authentication