Package org.springframework.security.core.userdetails.jdbc

Exposes a JDBC-based authentication repository, implementing org.springframework.security.core.userdetails.UserDetailsService UserDetailsService.

See:
          Description

Class Summary
JdbcDaoImpl UserDetailsServiceRetrieves implementation which retrieves the user details (username, password, enabled flag, and authorities) from a database using JDBC queries.
 

Package org.springframework.security.core.userdetails.jdbc Description

Exposes a JDBC-based authentication repository, implementing org.springframework.security.core.userdetails.UserDetailsService UserDetailsService.