Spring Security Framework

Package org.springframework.security.providers.dao

An authentication provider that relies upon a data access object.

See:
          Description

Interface Summary
SaltSource Provides alternative sources of the salt to use for encoding passwords.
UserCache Provides a cache of User objects.
 

Class Summary
AbstractUserDetailsAuthenticationProvider A base AuthenticationProvider that allows subclasses to override and work with UserDetails objects.
DaoAuthenticationProvider An AuthenticationProvider implementation that retrieves user details from an UserDetailsService.
 

Package org.springframework.security.providers.dao Description

An authentication provider that relies upon a data access object.


Spring Security Framework

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