spring security authenticated与fullyAuthenticated的区别

authenticated

Returns true if the user is not anonymous

fullyAuthenticated

Returns true if the user is not an anonymous or a remember-me user

原文地址:https://www.cnblogs.com/luguojun/p/14294791.html