Package | Description |
---|---|
org.apache.shiro.cas | |
org.apache.shiro.guice.web | |
org.apache.shiro.spring.web |
Spring-specific components for use in Spring-based web applications.
|
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.filter.session | |
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 |
Class and Description |
---|
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 . |
Class and Description |
---|
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).
|
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 . |
Class and Description |
---|
AbstractShiroFilter
Abstract base class that provides all standard Shiro request filtering behavior and expects
subclasses to implement configuration-specific logic (INI, XML, .properties, etc).
|
Class and Description |
---|
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 . |
Class and Description |
---|
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 . |
Class and Description |
---|
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 . |
Class and Description |
---|
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 . |
Class and Description |
---|
Cookie
Interface representing HTTP cookie operations, supporting pojo-style getters and setters for all
attributes which includes HttpOnly support.
|
Class and Description |
---|
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. |
Class and Description |
---|
Cookie
Interface representing HTTP cookie operations, supporting pojo-style getters and setters for all
attributes which includes HttpOnly support.
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.