Uses of Class
org.apache.shiro.web.servlet.AdviceFilter

Packages that use AdviceFilter
Package
Description
Base package supporting all Servlet Filter implementations used to control access to web pages and URL resources.
Servlet Filter implementations specific to controlling access based on a subject's authentication status, or those that can execute authentications (log-ins) directly.
Servlet Filter implementations that perform authorization (access control) checks based on the Subject's abilities (for example, role or permission checks).
Concepts used to represent Shiro's aggregate state in an application.