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

Packages that use NameableFilter
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).
 
Shiro-specific implementations of the Servlet API (Servlet Filters, et al.).