File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/org/springframework/security/authentication Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ public interface AuthenticationTrustResolver {
62
62
* @param authentication to test (may be <code>null</code> in which case the method
63
63
* will always return <code>false</code>)
64
64
* @return <code>true</code> the passed authentication token represented an anonymous
65
- * principal & is authenticated using a remember-me token, <code>false</code>
65
+ * principal and is authenticated using a remember-me token, <code>false</code>
66
66
* otherwise
67
- * @since 5.8
67
+ * @since 6.1
68
68
*/
69
69
default boolean isFullyAuthenticated (Authentication authentication ) {
70
70
return !isAnonymous (authentication ) && !isRememberMe (authentication );
You can’t perform that action at this time.
0 commit comments