Hello all,
Our previous home-made security framework supported programmatic authorization checks using calls similar to the following:
boolean SecurityManager.isUserInRole(“Role1”);
boolean...
Type: Posts; User: rsenden; Keyword(s):
Hello all,
Our previous home-made security framework supported programmatic authorization checks using calls similar to the following:
boolean SecurityManager.isUserInRole(“Role1”);
boolean...
Hi Sushant,
I've been doing some rework on the code and attached that code to a JIRA issue that I started on this topic: http://opensource.atlassian.com/projects/spring/browse/SEC-576.
...
Hello,
In our company the IT security policy is to place all applications behind IBM WebSeal. The applications themselves need to be based on J2EE security as provided by IBM WebSphere. The use of...
In our organization it is mandatory to use J2EE container-managed authentication. E.g. the container is responsible for authenticating the user and determining the corresponding user roles. These are...
Hi all,
To extend on this a bit further; I've already tried some things and now have a working proof of concept. See below for an overview. Comments are welcome of course, specific questions that...
Hi Marten,
Thank you for you reply. Please correct me if I'm wrong, but my understanding of SecurityContextHolderAwareRequestWrapper is that it basically does the opposite of what I want. E.g....
Hello,
In our organization we have a fixed security infrastructure using IBM WebSeal, IBM WebSphere and J2EE user+roles definitions. I'm currently looking into integrating Acegi with this security...