摘要:
@RequiresAuthentication 验证用户是否登录,等同于方法subject.isAuthenticated() 结果为true时。 @RequiresUser 验证用户是否被记忆,user有两种含义: 一种是成功登录的(subject.isAuthenticated() 结果为tru 阅读全文
posted @ 2017-04-18 15:18 _eve 阅读(882) 评论(0) 推荐(0)
|
|
|
|
摘要:
@RequiresAuthentication 验证用户是否登录,等同于方法subject.isAuthenticated() 结果为true时。 @RequiresUser 验证用户是否被记忆,user有两种含义: 一种是成功登录的(subject.isAuthenticated() 结果为tru 阅读全文
posted @ 2017-04-18 15:18 _eve 阅读(882) 评论(0) 推荐(0) |
|