spring-security
using grails security model (acegi) outside of grails
I have an existing grails application that was developed using the older acegi security plugin.I would like to develop additional applications (non-grails) that开发者_Python百科 uses the same security[详细]
2023-04-07 10:58 分类:问答Spring 3.x configuration for multiple login pages
I\'m using Spring 3.1 for authentication purpose. My requirement: Two different login pages. One for Customer and other for Employee.[详细]
2023-04-06 23:50 分类:问答spring-security how ACL grants permissions
I\'m currently integrating springs-security into our new web application stack. We will need to be able to grant permissions for a user or role to access a specific object or all objects of a certain[详细]
2023-04-06 15:04 分类:问答adding new role to already authenticated user (without logging him out)
I\'m using Spring Security, and in some cases after logging in user can make some actions which should gave him access to some resources, so ideally i开发者_如何转开发t should be done via giving this[详细]
2023-04-06 13:25 分类:问答spring-security writing a custom PermissionEvaluator - how to inject a DAO service?
I\'m working with Spring-Security and I need to implement my own PermissionEvaluator (following the answer to my other question.[详细]
2023-04-06 07:15 分类:问答Spring Security: Pass session across domains
I\'m working on a web application that has to use different domains for access over http and https. Now I\'m facing the following problem: W开发者_JAVA技巧hile the user is accessing the http-domain, s[详细]
2023-04-06 02:29 分类:问答spring-security: how much customization is wise?
How much custom implementation is wise when it comes to spring security? How optimized is it or what parts are optimized the most and where should one not custom implement unless absolutely neccessary[详细]
2023-04-05 23:53 分类:问答When does a Spring @PostFilter execute?
I am using spring\'s @Around annotations to provide caching of DAO calls and also using spring security\'s @PostFilter to restrict the viewing of certain records. However I am concerned that the cache[详细]
2023-04-05 17:33 分类:问答Spring Security REST Webservice Anonymous Authentication Session Management
I\'ve written a RESTful webservice using Spring MVC. I essentially enrole a customer then add further details following enrollment. The flow is basically as follows:[详细]
2023-04-05 13:11 分类:问答Configuring Spring Security Ldap 3.0 to work with Active Directory LDS
I am hoping that someone will help me out with a really frustrating problem I have. Currently I am trying to get Spring Security 3.0 Web App to authenticate with an AD LDS instance but I keep getting[详细]
2023-04-05 00:43 分类:问答