Uses of Package
org.apache.shiro.web.filter
Packages that use org.apache.shiro.web.filter
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.
-
Classes in org.apache.shiro.web.filter used by org.apache.shiro.web.filterClassDescriptionSuperclass for any filter that controls access to a resource and may redirect the user to the login page if they are not authenticated.A PathConfigProcessor processes configuration entries on a per path (url) basis.Base class for Filters that will process only specified paths and allow all others to pass through.
-
Classes in org.apache.shiro.web.filter used by org.apache.shiro.web.filter.authcClassDescriptionSuperclass for any filter that controls access to a resource and may redirect the user to the login page if they are not authenticated.A PathConfigProcessor processes configuration entries on a per path (url) basis.Base class for Filters that will process only specified paths and allow all others to pass through.
-
Classes in org.apache.shiro.web.filter used by org.apache.shiro.web.filter.authzClassDescriptionSuperclass for any filter that controls access to a resource and may redirect the user to the login page if they are not authenticated.A PathConfigProcessor processes configuration entries on a per path (url) basis.Base class for Filters that will process only specified paths and allow all others to pass through.
-
Classes in org.apache.shiro.web.filter used by org.apache.shiro.web.filter.sessionClassDescriptionA PathConfigProcessor processes configuration entries on a per path (url) basis.Base class for Filters that will process only specified paths and allow all others to pass through.