Creating New Roles and Permissions Dynamically in Spring Security 3

前端 未结 5 1735
温柔的废话
温柔的废话 2020-12-07 11:15

I am using Spring Security 3 in Struts 2 + Spring IOC project.

I have used Custom Filter, Authentication Provider etc. in my Project.

You can see my securi

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-07 12:09

    You can use Voter to dynamically restrict access. Also see Get Spring Security intercept urls from database or properties

提交回复
热议问题