storage.adoc 739 B

1234567891011
  1. [[servlet-authentication-unpwd-storage]]
  2. = Storage Mechanisms
  3. :page-section-summary-toc: 1
  4. Each of the supported mechanisms for reading a username and password can use any of the supported storage mechanisms:
  5. * Simple Storage with xref:servlet/authentication/passwords/in-memory.adoc#servlet-authentication-inmemory[In-Memory Authentication]
  6. * Relational Databases with xref:servlet/authentication/passwords/jdbc.adoc#servlet-authentication-jdbc[JDBC Authentication]
  7. * Custom data stores with xref:servlet/authentication/passwords/user-details-service.adoc#servlet-authentication-userdetailsservice[UserDetailsService]
  8. * LDAP storage with xref:servlet/authentication/passwords/ldap.adoc#servlet-authentication-ldap[LDAP Authentication]