Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    698

    I've read the Javadoc and I have tried setting...

    I've read the Javadoc and I have tried setting the other two strategies (as well as not setting any strategy), but they result in an empty SecurityContext after the login and thus can't perform...
  2. Replies
    2
    Views
    698

    Concurrent Logins

    Hi all,

    I'm having some problems with concurrent logins and access control, mainly the SecurityContext. When I login to the application and start a single web session, everything works fine. ...
  3. "Spoofing" an Authentication object...

    Hi all,

    I was going through the documentation and I was wondering what would prevent a user from creating their own Authentication object, populating it with some GrantedAuthorities, and then set...
  4. Is the issue that the pointcut does work, but...

    Is the issue that the pointcut does work, but instead of the aspect executing before the pointcut/authorization is performed by Spring, that it's going to execute after (but still before the method)?
  5. What I'm trying to do with the aspect is create a...

    What I'm trying to do with the aspect is create a UsernamePasswordAuthenticationToken. I have an AuthenticationManager created and I'm using the LdapAuthenticationProvider.

    The main line of code...
  6. Problem adding pointcut at annotation

    Hi All,

    I'm trying to use Spring Security to do authorization, and through the JSR-250 annotations. I need to create a before advice where the pointcut would be the RolesAllowed annotation (for...
Results 1 to 6 of 6