Package org.apache.shiro.web.filter


package org.apache.shiro.web.filter
Base package supporting all Servlet Filter implementations used to control access to web pages and URL resources.
  • Class
    Description
    Superclass 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.