Uses of Package
org.apache.shiro.web.servlet
-
Packages that use org.apache.shiro.web.servlet 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 org.apache.shiro.web.mgt Components supporting web-specificSecurityManagerimplementations.org.apache.shiro.web.servlet Shiro-specific implementations of the Servlet API (Servlet Filters, et al).org.apache.shiro.web.session.mgt -
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.filter Class Description AbstractFilter Base abstract Filter simplifying Filter initialization andaccessto init parameters.AdviceFilter A Servlet Filter that enables AOP-style "around" advice for a ServletRequest viapreHandle,postHandle, andafterCompletionhooks.NameableFilter Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.OncePerRequestFilter Filter base class that guarantees to be just executed once per request, on any servlet container.ServletContextSupport 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.authc Class Description AbstractFilter Base abstract Filter simplifying Filter initialization andaccessto init parameters.AdviceFilter A Servlet Filter that enables AOP-style "around" advice for a ServletRequest viapreHandle,postHandle, andafterCompletionhooks.NameableFilter Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.OncePerRequestFilter Filter base class that guarantees to be just executed once per request, on any servlet container.ServletContextSupport 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.authz Class Description AbstractFilter Base abstract Filter simplifying Filter initialization andaccessto init parameters.AdviceFilter A Servlet Filter that enables AOP-style "around" advice for a ServletRequest viapreHandle,postHandle, andafterCompletionhooks.NameableFilter Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.OncePerRequestFilter Filter base class that guarantees to be just executed once per request, on any servlet container.ServletContextSupport 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.session Class Description AbstractFilter Base abstract Filter simplifying Filter initialization andaccessto init parameters.AdviceFilter A Servlet Filter that enables AOP-style "around" advice for a ServletRequest viapreHandle,postHandle, andafterCompletionhooks.NameableFilter Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.OncePerRequestFilter Filter base class that guarantees to be just executed once per request, on any servlet container.ServletContextSupport 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 Class Description Cookie Interface representing HTTP cookie operations, supporting pojo-style getters and setters for all attributes which includes HttpOnly support. -
Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.servlet Class Description AbstractFilter Base abstract Filter simplifying Filter initialization andaccessto init parameters.AbstractShiroFilter Abstract base class that provides all standard Shiro request filtering behavior and expects subclasses to implement configuration-specific logic (INI, XML, .properties, etc).Cookie Interface representing HTTP cookie operations, supporting pojo-style getters and setters for all attributes which includes HttpOnly support.Cookie.SameSiteOptions 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.NameableFilter Allows a filter to be named via JavaBeans-compatibleNameableFilter.getName()/NameableFilter.setName(String)methods.OncePerRequestFilter Filter base class that guarantees to be just executed once per request, on any servlet container.ServletContextSupport Base implementation for any components that need to access the web application'sServletContext.ShiroHttpServletRequest 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 Class Description Cookie Interface representing HTTP cookie operations, supporting pojo-style getters and setters for all attributes which includes HttpOnly support.