2017.03.16 13:15
Spring security isAuthenticated VS isFullyAuthenticated
2017.03.16 13:15 in Java / JSP/Spring Framework

isAuthenticated() |
Returns true if the user is not anonymous |
isFullyAuthenticated() |
Returns true if the user is not an anonymous or a remember-me use |
[출처] Difference between isAuthenticated and isFullyAuthenticated