Spring Security Framework

Uses of Package
org.springframework.security.userdetails.jdbc

Packages that use org.springframework.security.userdetails.jdbc
org.springframework.security.userdetails.jdbc Exposes a JDBC-based authentication repository. 
 

Classes in org.springframework.security.userdetails.jdbc used by org.springframework.security.userdetails.jdbc
JdbcDaoImpl
          UserDetailsServiceRetrieves implementation which retrieves the user details (username, password, enabled flag, and authorities) from a database using JDBC queries.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.