File tree 1 file changed +4
-4
lines changed
core/src/main/java/org/springframework/security/authentication
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ public interface AuthenticationProvider {
47
47
* <p>
48
48
* Returning <code>true</code> does not guarantee an
49
49
* <code>AuthenticationProvider</code> will be able to authenticate the presented
50
- * instance of the <code>Authentication</code> class . 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.
50
+ * <code>Authentication</code> object . It simply indicates it can support closer
51
+ * evaluation of it. An <code>AuthenticationProvider</code> can still return
52
+ * <code>null</code> from the {@link #authenticate(Authentication)} method to indicate
53
+ * another <code>AuthenticationProvider</code> should be tried.
54
54
* </p>
55
55
* <p>
56
56
* Selection of an <code>AuthenticationProvider</code> capable of performing
You can’t perform that action at this time.
0 commit comments