摘要: From:http://stackoverflow.com/questions/6632982/how-to-create-custom-methods-for-use-in-spring-security-expression-language-annoNone of the mentioned techniques will work anymore. It seems as though Spring has gone through great lengths to prevent users from overriding the SecurityExpressionRoot. In 阅读全文
posted @ 2014-03-08 11:17 轻松 阅读(521) 评论(0) 推荐(0) 编辑
摘要: From:http://stackoverflow.com/questions/3021200/how-to-check-hasrole-in-java-code-with-spring-security1public String createForm(HttpSession session, HttpServletRequest request, ModelMap modelMap) { if (request.isUserInRole("ROLE_ADMIN")) { // code here }}2HttpServletRequest req = (Ht... 阅读全文
posted @ 2014-03-08 11:12 轻松 阅读(1745) 评论(0) 推荐(0) 编辑