index.adoc 366 B

123456789
  1. [[servlet-authentication-unpwd]]
  2. = Username/Password Authentication
  3. :page-section-summary-toc: 1
  4. :figures: images/servlet/authentication/unpwd
  5. :icondir: images/icons
  6. One of the most common ways to authenticate a user is by validating a username and password.
  7. As such, Spring Security provides comprehensive support for authenticating with a username and password.