I am new to spring security so not getting how to proceed for making the Url's to be authenticated should come from database. What things to be added in applicationContext-security.xml and what custom java classes will be needed? Please help me with example. Thanks
Asked
Active
Viewed 3,328 times
1 Answers
0
I got the same issue with you. The following links would be helpful.
http://static.springsource.org/spring-security/site/faq.html#faq-dynamic-url-metadata
How to dynamically decide <intercept-url> access attribute value in Spring Security?