spring-security
How to check if user has right in spring security?
I checked this question, and I know how to get and check user role in java. But, what I want is, when user clicks some links in page, if user has no right on that, how can I get it and return some me[详细]
2023-04-12 05:40 分类:问答Google App Engine Spring Security login failure issue
I am using Spring Security module in google app engine. If i do a successful login(with correct credentials), then it redirects successfully to the home page.[详细]
2023-04-12 05:27 分类:问答Spring security group based authorization [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po[详细]
2023-04-12 03:37 分类:问答Why did Spring Security messages go missing in Grails production app on Tomcat 7?
I\'ve deployed my grails app to Tomcat, and the only thing that broke is the spring-security-core messages in the login form. For example, the code[详细]
2023-04-12 02:39 分类:问答Implementing remember me without a key
i fou开发者_JS百科nd some samples that implements remember me functionality by just <remember-me/>[详细]
2023-04-12 01:20 分类:问答Configure Spring Security to use custom UsernamePasswordAuthenticationFilter
I have implemented my own LowerCaseUsernamePasswordAuthenticationFilter that is just a subclass of UsernamePasswordAuthenticationFilter.[详细]
2023-04-12 01:07 分类:问答Spring-Security 3.1 java.lang.ClassNotFoundException: org.springframework.security.taglibs.authz.AuthorizeTag
I just upgraded from Spring Security 3.0.5 to 3.1.0.RC3 N开发者_如何学编程ow, the following JSP code gives me java.lang.ClassNotFoundException: org.springframework.security.taglibs.authz.AuthorizeTag[详细]
2023-04-11 01:10 分类:问答Spring Security 3.0.5 - How to specify datasource in security.xml?
Could somebody help me with the \"java.lang.IllegalArgumentException: No DataSource specified\" issue while defining secured URLs dynamically against AppFuse 2.1 (with Spring Security 3.0.5 and iBatis[详细]
2023-04-10 21:51 分类:问答can I use Spring Social with Spring Security?
I want to integrate the Spring Social (to provide twitter, facebook, linkedLogin) with my application in which I have already used Spring Security to provide open ID authentication....[详细]
2023-04-10 17:16 分类:问答Spring Security Custom Authentication and Password Encoding
Is there a tutorial out there or does anyone have pointers on how to do the following with Spring-Security?[详细]
2023-04-10 14:52 分类:问答