JdbcDaoImpl.java | Class | Retrieves user details (username, password, enabled flag, and authorities) from a JDBC location.
A default database structure is assumed, (see
JdbcDaoImpl.DEF_USERS_BY_USERNAME_QUERY and
JdbcDaoImpl.DEF_AUTHORITIES_BY_USERNAME_QUERY , which most users of this class will need to override, if using an existing
scheme. |