Search:

Type: Posts; User: rsenden; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,879

    Programmatic authorization checks

    Hello all,

    Our previous home-made security framework supported programmatic authorization checks using calls similar to the following:

    boolean SecurityManager.isUserInRole(“Role1”);
    boolean...
  2. Hi Sushant, I've been doing some rework on the...

    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.
    ...
  3. J2EE pre-authenticated authentication provider

    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...
  4. J2EE Container Authentication, Acegi Authorization - Design review

    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...
  5. Replies
    3
    Views
    1,827

    Hi all, To extend on this a bit further; I've...

    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...
  6. Replies
    3
    Views
    1,827

    Acegi & J2EE user/roles integration

    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....
  7. Replies
    3
    Views
    1,827

    Acegi & J2EE user/roles integration

    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...
Results 1 to 7 of 7