spring-projects / spring-security

Spring Security
http://spring.io/projects/spring-security
Apache License 2.0
8.86k stars 5.92k forks source link

Add UserDetailsService Constructor #15984

Open jzheaux opened 1 month ago

jzheaux commented 1 month ago

This PR simplifies DaoAuthenticationProvider construction by moving the required members to the constructor and the optional ones to setters.

Closes gh-15973