|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.shiro.web.servlet | |
|---|---|
| org.apache.shiro.web.filter | Base package supporting all Servlet Filter implementations used to control
access to web pages and URL resources. |
| org.apache.shiro.web.filter.authc | Servlet Filter implementations 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 | Servlet Filter implementations that perform authorization (access control)
checks based on the Subject's abilities (for example, role or permission checks). |
| org.apache.shiro.web.mgt | Components supporting web-specific
SecurityManager implementations. |
| 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 | |
|---|---|
| AbstractFilter
Base abstract Filter simplifying Filter initialization and access to init parameters. |
|
| AdviceFilter
A Servlet Filter that enables AOP-style "around" advice for a ServletRequest via preHandle,
postHandle,
and afterCompletion
hooks. |
|
| NameableFilter
Allows a filter to be named via JavaBeans-compatible NameableFilter.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's ServletContext. |
|
| Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.filter.authc | |
|---|---|
| AbstractFilter
Base abstract Filter simplifying Filter initialization and access to init parameters. |
|
| AdviceFilter
A Servlet Filter that enables AOP-style "around" advice for a ServletRequest via preHandle,
postHandle,
and afterCompletion
hooks. |
|
| NameableFilter
Allows a filter to be named via JavaBeans-compatible NameableFilter.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's ServletContext. |
|
| Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.filter.authz | |
|---|---|
| AbstractFilter
Base abstract Filter simplifying Filter initialization and access to init parameters. |
|
| AdviceFilter
A Servlet Filter that enables AOP-style "around" advice for a ServletRequest via preHandle,
postHandle,
and afterCompletion
hooks. |
|
| NameableFilter
Allows a filter to be named via JavaBeans-compatible NameableFilter.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's ServletContext. |
|
| Classes in org.apache.shiro.web.servlet used by org.apache.shiro.web.mgt | |
|---|---|
| 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 | |
|---|---|
| AbstractFilter
Base abstract Filter simplifying Filter initialization and access to 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. |
|
| NameableFilter
Allows a filter to be named via JavaBeans-compatible NameableFilter.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's ServletContext. |
|
| ShiroHttpServletRequest
A ShiroHttpServletRequest wraps the Servlet container's original ServletRequest instance, but ensures
that all HttpServletRequest invocations 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 | |
|---|---|
| Cookie
Interface representing HTTP cookie operations, supporting pojo-style getters and setters for all attributes which includes HttpOnly support. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||