Package org.springframework.security.authentication.dao
An
AuthenticationProvider
which relies upon a data access object.-
Class Summary Class Description AbstractUserDetailsAuthenticationProvider A baseAuthenticationProvider
that allows subclasses to override and work withUserDetails
objects.DaoAuthenticationProvider AnAuthenticationProvider
implementation that retrieves user details from aUserDetailsService
.