In addition to previous post.
Just swap the privileges. i.e, User has ROLE_USER and method ROLE_ADMIN.
Type: Posts; User: Vinayak; Keyword(s):
In addition to previous post.
Just swap the privileges. i.e, User has ROLE_USER and method ROLE_ADMIN.
Currently am integrating my application with Spring Security acegi framework.
I need to authenticate the login page.
So, Iam using the MethodSecurityInterceptor and setting the login method to...