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