Home > front end >  Shiro AuthenticationFilter filter logic on how to perform?
Shiro AuthenticationFilter filter logic on how to perform?

Time:01-18

Here are a few methods:
1. The Boolean isAccessAllowed ()
2. The Boolean onAccessDenied ()
3. The Boolean isLoginAttempt ()
Don't know what a few methods in this time; What the return true or false; Continue to execute, which classes or methods are then executed?
  • Related