Package org.acegisecurity.userdetails.jdbc
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
JdbcDaoImpl

Retrieves user details (username, password, enabled flag, and authorities) from a JDBC location.

JdbcDaoImpl.AuthoritiesByUsernameMapping Query object to look up a user's authorities.
JdbcDaoImpl.UsersByUsernameMapping Query object to look up a user.
Exposes a JDBC-based authentication repository.