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

Packages that use org.springframework.security.core.userdetails.jdbc
org.springframework.security.provisioning Contains simple user and authority group account provisioning interfaces together with a a JDBC-based implementation. 
 

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



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