mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 13:23:29 +00:00
Make isPasswordCorrect protected to facilitate subclass use.
This commit is contained in:
parent
1a0bec5bf1
commit
46f17bed79
@ -244,7 +244,7 @@ public class DaoAuthenticationProvider implements AuthenticationProvider,
|
||||
}
|
||||
}
|
||||
|
||||
private boolean isPasswordCorrect(Authentication authentication, User user) {
|
||||
protected boolean isPasswordCorrect(Authentication authentication, User user) {
|
||||
Object salt = null;
|
||||
|
||||
if (this.saltSource != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user