Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    890

    I'm doing the exact same thing this way: ...

    I'm doing the exact same thing this way:

    Override the afterInvocationCollectionFilteringProvider's decide



    package nl.graphit.npe.logic.security;

    import org.acegisecurity.Authentication;...
  2. Replies
    1
    Views
    748

    Hmm, did a Thread.dumpStack() and figured out my...

    Hmm, did a Thread.dumpStack() and figured out my method wasn't called from proxy. It seems JACN indeed didn't set the manager nicely. Weird. I moved my beandefinition to my spring context...
  3. Replies
    1
    Views
    748

    MethodSecurityInterceptor not firing

    I'm trying to use AFTER_ACL_COLLECTION_READ, but to no avail. As far as I can see, things get set up ok. Just my interceptor doesn't get fired. This is my config file (partly):



    <bean...
  4. Replies
    5
    Views
    851

    Would you please provide the rest of your...

    Would you please provide the rest of your configuration files as well? Prefferably in code blocks?
  5. Replies
    3
    Views
    1,193

    Works really well, except you have to copy some...

    Works really well, except you have to copy some methods since they are private.

    For anyone interested, here's what i did:



    public class SecurityContextAwareRequestFilter
    extends...
  6. Replies
    3
    Views
    1,193

    Yeah, sounds fair. I was thinking the other way...

    Yeah, sounds fair. I was thinking the other way around. Thinking that the filter "weaves" in the acegi roles with the request.

    'll try, thanks!
  7. Replies
    3
    Views
    1,193

    Always return true on isUserInRole("SOME_ROLE")

    Hi,

    I know this might not be the right place to ask this, but I hope someone can help. I find the people here really helpful and my question is somewhat Acegi related.

    I'm using Acegi to great...
  8. Replies
    7
    Views
    2,975

    Here's what I did. This should probably also work...

    Here's what I did. This should probably also work for you.

    I have a User object configured using Hibernate Synchronizer (Eclipse). I altered it to implement UserDetails. The UserDAO needs to...
Results 1 to 8 of 8