JSecurity

Uses of Package
org.jsecurity.web.servlet

Packages that use org.jsecurity.web.servlet
org.jsecurity.spring Spring Application Framework support for enabling JSecurity in spring applications. 
org.jsecurity.web.filter Base package supporting all Servlet Filter implementations used to control access to web pages and URL resources. 
org.jsecurity.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.jsecurity.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.jsecurity.web.servlet Support implementations that depend heavily on the javax.servlet. 
 

Classes in org.jsecurity.web.servlet used by org.jsecurity.spring
JSecurityFilter
          Main ServletFilter that configures and enables all JSecurity functions within a web application.
OncePerRequestFilter
          Filter base class that guarantees to be just executed once per request, on any servlet container.
ServletContextSupport
          TODO - class javadoc
 

Classes in org.jsecurity.web.servlet used by org.jsecurity.web.filter
AdviceFilter
          A Servlet Filter that enables AOP-style advice for a SerlvetRequest via preHandle, postHandle, and afterCompletion hooks.
OncePerRequestFilter
          Filter base class that guarantees to be just executed once per request, on any servlet container.
ServletContextSupport
          TODO - class javadoc
 

Classes in org.jsecurity.web.servlet used by org.jsecurity.web.filter.authc
AdviceFilter
          A Servlet Filter that enables AOP-style advice for a SerlvetRequest via preHandle, postHandle, and afterCompletion hooks.
OncePerRequestFilter
          Filter base class that guarantees to be just executed once per request, on any servlet container.
ServletContextSupport
          TODO - class javadoc
 

Classes in org.jsecurity.web.servlet used by org.jsecurity.web.filter.authz
AdviceFilter
          A Servlet Filter that enables AOP-style advice for a SerlvetRequest via preHandle, postHandle, and afterCompletion hooks.
OncePerRequestFilter
          Filter base class that guarantees to be just executed once per request, on any servlet container.
ServletContextSupport
          TODO - class javadoc
 

Classes in org.jsecurity.web.servlet used by org.jsecurity.web.servlet
JSecurityHttpServletRequest
          TODO class JavaDoc
OncePerRequestFilter
          Filter base class that guarantees to be just executed once per request, on any servlet container.
ServletContextSupport
          TODO - class javadoc
 


JSecurity

Copyright © 2004-2008 JSecurity.