This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Security 6.1.11! |
UserDetails
UserDetails
is returned by the UserDetailsService
.
The DaoAuthenticationProvider
validates the UserDetails
and then returns an Authentication
that has a principal that is the UserDetails
returned by the configured UserDetailsService
.