@RequiresPermissions 解释

@RequiresAuthenticationhtml 验证用户是否登陆,等同于方法subject.isAuthenticated() 结果为true时。apache @RequiresUserapi 验证用户是否被记忆,user有两种含义:ui 一种是成功登陆的(subject.isAuthenticated() 结果为true);spa 另一种是被记忆的(subject.isRemembere
相关文章
相关标签/搜索