I am new to Shiro, I want to use this for securing my web application. I have tested it's various features.
I have also tested
[urls]
/login.xhtml = authc
/logout = logout
/admin/** = user, roles[admin]
/guest/** = user, roles[admin,guest]
But In my application I want to configure this section dynamically. I Found some solutions like dynamically create the Ini instance or implementation but can they didn't solve my problem. Please provide me suggestion or way to out. Some code snippet will be better