java - Is it possible to persist a security configuration and dynamically change it? -


i'm using spring security 3. i'm trying solve following problem. need persist security configuration intercepted urls , provide ability dynamically change it. instance:

<security:intercept-url pattern="/secure/super/**" access="role_we_dont_have"/> 

i need change access page, satisfying url pattern store new rules. issue specifying rules via xml-config cannot changed in runtime dynamically. possible implement @ all?


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -