Package org.springframework.security.authentication.dao
@NullMarked
package org.springframework.security.authentication.dao
An 
AuthenticationProvider which relies upon a data access object.- 
ClassesClassDescriptionA base
AuthenticationProviderthat allows subclasses to override and work withUserDetailsobjects.AnAuthenticationProviderimplementation that retrieves user details from aUserDetailsService.