I'm new to Shiro, I want to use this to protect my web application. I tested its various functions.
I 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, such as dynamically creating an Ini instance or implementation, but whether they might not solve my problem. Please provide me with an offer or a way out. Some code snippets will be better
source share