开发者

how to implement dynamic intercept url pattern i.e from database in spring security 3.0.5

开发者 https://www.devze.com 2023-04-09 05:23 出处:网络
I am new to spring security so not getting how to proceed for开发者_如何学JAVA making the Url\'s to be authenticated should come from database.

I am new to spring security so not getting how to proceed for开发者_如何学JAVA 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


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

http://forum.springsource.org/showthread.php?112799-How-to-dynamically-decide-lt-intercept-url-gt-access-attribute-value-in-Spring-Security

How to dynamically decide <intercept-url> access attribute value in Spring Security?

0

精彩评论

暂无评论...
验证码 换一张
取 消