spring-security
Anonymous user count using Spring Security
I have managed to accomplish a couple features using Spring Security 3.0.5.The first is that I want a count and list of users that have a specific role.To accomplish this I instituted the HttpSession开[详细]
2023-04-08 16:49 分类:问答Retrieve Spring Security's Authentication, even on public pages with filter="none"
Let\'s say I have a simple page called faq.html. I want this page to be publicly accessible, so I apply the usual Spring Security configuration:[详细]
2023-04-08 15:24 分类:问答Set request attribute and then redirect to another app in a Spring Controller
How can I set a 开发者_JAVA百科request attribute and then redirect that to another app in a Spring Controller.[详细]
2023-04-08 14:23 分类:问答Grails and AWS enforcing SSH/HTTPS
I\'ve been struggling with this for a few days now but I think it has something to do with Amazon\'s AWS.I want to enforce SSH/HTTPS, so that if a user inadvertanly goes to HTTP:// myaddress.com they[详细]
2023-04-08 07:40 分类:问答Why does a spring-security ACL have an identifier?
I\'m trying to set up our custom version of spring-security but I can\'t quite understand why an ACL has an identifier that is even supposed to be a primary key if, as I understand it, an ACL itself i[详细]
2023-04-08 04:20 分类:问答Calling static methods from Spring Security Expressions?
I\'m looking for a way to extend Spring Security Expressions to support an existing security infrastructure.I\'m aware you can extend the MethodSecurityExpressionRoot as described here, but I also fou[详细]
2023-04-08 03:33 分类:问答Spring security doesn't work on Glassfish v3
I have a java web application that use spring security for log in users, restriction access etc. , and it is working without problems on Glassfish 2.1, Tomcat, jetty, but on glassfish v3doesn\'t work,[详细]
2023-04-07 23:26 分类:问答Spring Security 3 RestTemplate POST to j_spring_security_check
I am using Spring Security 3 with REST endpoints. I managed to get a basic Spring Security working. Part of the security-context.xml[详细]
2023-04-07 19:45 分类:问答Implementing A Controller for Authorization
I use Spring and Spring Security 3 at my application. All my clients side are static HTML files. I have a navigation bar that includes buttons like:[详细]
2023-04-07 17:52 分类:问答Can Spring Security validate the relationship between user?
I am new to Spring Security. Can Spring Security validate the relationship between users? for example:[详细]
2023-04-07 14:36 分类:问答