Package org.springframework.security.authentication.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.
 

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.
ReflectionSaltSource Obtains a salt from a specified property of the User object.
SystemWideSaltSource Uses a static system-wide String as the salt.
 

Package org.springframework.security.authentication.dao Description

An authentication provider that relies upon a data access object.



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