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...
Type: Posts; User: fightinvikin; Keyword(s):
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...
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. ...
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...
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)?
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...
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...