posted 11 years ago
I am new to springs security and trying to configure spring security in my application. My application server is WAS. Initially the application security was set up as below in deployment descriptor.
Now I have configured the application using spring security as below.
When I deploy my application in WAS earlier, USER role would map to security role mappings. All users configured in AD base will be thus validated.
Now -
How can I set up the USER Role in Spring Security?
Can I mention the security role as done in web.xml explicitly so that there are no username/password listed in security file as above.