See: Description
access to init parameters.
preHandle,
postHandle, and
afterCompletion hooks.
ShiroFilter
NameableFilter.getName() /
NameableFilter.setName(String) methods.
FilterChain instance that proxies an original
FilterChain as well as a
List of other
Filters that might need to execute prior to the final wrapped original chain.
ServletContext.
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.
Session under the hood for all session operations instead of the Servlet Container's session mechanism.
Cookie implementation.
ShiroFilter