bboks.net™

Spring security isAuthenticated VS isFullyAuthenticated 본문

Java/Spring Framework

Spring security isAuthenticated VS isFullyAuthenticated

bboks.net 2017. 3. 16. 13:15

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