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 c60c107 + 68a344d commit a76b1f7Copy full SHA for a76b1f7
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