I use the spring security as my security framework, but when I change some privillege of users I must reboot my app server(Tomcat) to let it work, Is there any other way to flush the privilege without reboot app server ? Maybe spring security offered some API which I don't know?
thanks for any help!