Saturday 5 September 2015

What are different ways for servlet authentication?

Servlet Container provides different ways of login based servlet authentication:
  1. HTTP Basic Authentication
  2. HTTP Digest Authentication
  3. HTTPS Authentication
  4. Form Based Login: A standard HTML form for authentication, advantage is that we can change the login page layout as our application requirements rather than using HTTP built-in login mechanisms.

No comments:

Post a Comment