Example:
In shiro.ini I have:
# Change from FormAuthenticationFilter to VerboseFormAuthenticationFilter
authc=webapp.filters.VerboseFormAuthenticationFilter
authc.loginUrl=/login
authc.successUrl=/oncall
How can I perform the above using Shiro Guice? I'm interested in the following line:
authc=webapp.filters.VerboseFormAuthenticationFilter