Uses of Package
org.apache.shiro.web.filter
-
Packages that use org.apache.shiro.web.filter Package Description org.apache.shiro.web.filter Base package supporting all ServletFilterimplementations used to control access to web pages and URL resources.org.apache.shiro.web.filter.authc ServletFilterimplementations specific to controlling access based on a subject's authentication status, or those that can execute authentications (log-ins) directly.org.apache.shiro.web.filter.authz ServletFilterimplementations that perform authorization (access control) checks based on the Subject's abilities (for example, role or permission checks).org.apache.shiro.web.filter.session -
Classes in org.apache.shiro.web.filter used by org.apache.shiro.web.filter Class Description AccessControlFilter Superclass for any filter that controls access to a resource and may redirect the user to the login page if they are not authenticated.PathConfigProcessor A PathConfigProcessor processes configuration entries on a per path (url) basis.PathMatchingFilter 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.authc Class Description AccessControlFilter Superclass for any filter that controls access to a resource and may redirect the user to the login page if they are not authenticated.PathConfigProcessor A PathConfigProcessor processes configuration entries on a per path (url) basis.PathMatchingFilter 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.authz Class Description AccessControlFilter Superclass for any filter that controls access to a resource and may redirect the user to the login page if they are not authenticated.PathConfigProcessor A PathConfigProcessor processes configuration entries on a per path (url) basis.PathMatchingFilter 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.session Class Description PathConfigProcessor A PathConfigProcessor processes configuration entries on a per path (url) basis.PathMatchingFilter Base class for Filters that will process only specified paths and allow all others to pass through.