Uses of Package
org.apache.shiro.web.servlet
Packages that use org.apache.shiro.web.servlet
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.
Components supporting web-specific
SecurityManager implementations.Shiro-specific implementations of the Servlet API (Servlet Filters, et al.).
Concepts used to represent Shiro's aggregate state in an application.
-
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.filterClassDescriptionBase abstract Filter simplifying Filter initialization and
accessto init parameters.A Servlet Filter that enables AOP-style "around" advice for a ServletRequest viapreHandle,postHandle, andafterCompletionhooks.Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.Filter base class that guarantees to be just executed once per request, on any servlet container.Base implementation for any components that need to access the web application'sServletContext. -
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.filter.authcClassDescriptionBase abstract Filter simplifying Filter initialization and
accessto init parameters.A Servlet Filter that enables AOP-style "around" advice for a ServletRequest viapreHandle,postHandle, andafterCompletionhooks.Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.Filter base class that guarantees to be just executed once per request, on any servlet container.Base implementation for any components that need to access the web application'sServletContext. -
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.filter.authzClassDescriptionBase abstract Filter simplifying Filter initialization and
accessto init parameters.A Servlet Filter that enables AOP-style "around" advice for a ServletRequest viapreHandle,postHandle, andafterCompletionhooks.Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.Filter base class that guarantees to be just executed once per request, on any servlet container.Base implementation for any components that need to access the web application'sServletContext. -
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.filter.sessionClassDescriptionBase abstract Filter simplifying Filter initialization and
accessto init parameters.A Servlet Filter that enables AOP-style "around" advice for a ServletRequest viapreHandle,postHandle, andafterCompletionhooks.Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.Filter base class that guarantees to be just executed once per request, on any servlet container.Base implementation for any components that need to access the web application'sServletContext. -
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.mgt
-
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.servletClassDescriptionBase abstract Filter simplifying Filter initialization and
accessto init parameters.Abstract base class that provides all standard Shiro request filtering behavior and expects subclasses to implement configuration-specific logic (INI, XML, .properties, etc.).Interface representing HTTP cookie operations, supporting pojo-style getters and setters for all attributes which includes HttpOnly support.The SameSite attribute of the Set-Cookie HTTP response header allows you to declare if your cookie should be restricted to a first-party or same-site context.Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.Filter base class that guarantees to be just executed once per request, on any servlet container.Base implementation for any components that need to access the web application'sServletContext.AShiroHttpServletRequestwraps the Servlet container's originalServletRequestinstance, but ensures that allHttpServletRequestinvocations that require Shiro's support (getRemoteUser,getSession, etc.) can be executed first by Shiro as necessary before allowing the underlying Servlet container instance's method to be invoked. -
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.session.mgt