Package org.springframework.security.authentication.dao
package org.springframework.security.authentication.dao
An
AuthenticationProvider
which relies upon a data access object.-
ClassDescriptionA base
AuthenticationProvider
that allows subclasses to override and work withUserDetails
objects.AnAuthenticationProvider
implementation that retrieves user details from aUserDetailsService
.