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.
1 parent 7d72e40 commit 4aa0abcCopy full SHA for 4aa0abc
core/src/main/java/org/springframework/security/authentication/AuthenticationProvider.java
@@ -47,7 +47,7 @@ public interface AuthenticationProvider {
47
* <p>
48
* Returning <code>true</code> does not guarantee an
49
* <code>AuthenticationProvider</code> will be able to authenticate the presented
50
- * instance of the <code>Authentication</code> class. It simply indicates it can
+ * <code>Authentication</code> object. It simply indicates it can
51
* support closer evaluation of it. An <code>AuthenticationProvider</code> can still
52
* return <code>null</code> from the {@link #authenticate(Authentication)} method to
53
* indicate another <code>AuthenticationProvider</code> should be tried.
0 commit comments