We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bf2d3c + a76b1f7 commit 6cbbf06Copy full SHA for 6cbbf06
core/src/main/java/org/springframework/security/authentication/dao/DaoAuthenticationProvider.java
@@ -40,8 +40,9 @@
40
public class DaoAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
41
42
/**
43
- * The plaintext password used to perform PasswordEncoder#matches(CharSequence,
44
- * String)} on when the user is not found to avoid SEC-2056.
+ * The plaintext password used to perform
+ * {@link PasswordEncoder#matches(CharSequence, String)} on when the user is not found
45
+ * to avoid SEC-2056.
46
*/
47
private static final String USER_NOT_FOUND_PASSWORD = "userNotFoundPassword";
48
0 commit comments