Uses of Package
org.springframework.security.web

Packages that use org.springframework.security.web
org.springframework.security.cas.web Authenticates standard web browser users via CAS. 
org.springframework.security.config.http Parsing of the <http> namespace element. 
org.springframework.security.web Spring Security's web security module. 
org.springframework.security.web.access Access-control related classes and packages. 
org.springframework.security.web.access.channel Classes that ensure web requests are received over required transport channels. 
org.springframework.security.web.access.expression Implementation of web security expressions. 
org.springframework.security.web.access.intercept Enforcement of security for HTTP requests, typically by the URL requested. 
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.web.authentication.preauth Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been authenticated by some externally configured system. 
org.springframework.security.web.authentication.www WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. 
org.springframework.security.web.savedrequest Classes related to the caching of an HttpServletRequest which requires authentication. 
org.springframework.security.web.session Session management filters, HttpSession events and publisher classes. 
 

Classes in org.springframework.security.web used by org.springframework.security.cas.web
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
 

Classes in org.springframework.security.web used by org.springframework.security.config.http
FilterChainProxy
          Delegates Filter requests to a list of Spring-managed beans.
FilterChainProxy.FilterChainValidator
           
 

Classes in org.springframework.security.web used by org.springframework.security.web
FilterChainProxy
          Delegates Filter requests to a list of Spring-managed beans.
FilterChainProxy.FilterChainValidator
           
PortMapper
          PortMapper implementations provide callers with information about which HTTP ports are associated with which HTTPS ports on the system, and vice versa.
PortResolver
          A PortResolver determines the port a web request was received on.
RedirectStrategy
          Encapsulates the redirection logic for all classes in the framework which perform redirects.
 

Classes in org.springframework.security.web used by org.springframework.security.web.access
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
 

Classes in org.springframework.security.web used by org.springframework.security.web.access.channel
FilterInvocation
          Holds objects associated with a HTTP filter.
PortMapper
          PortMapper implementations provide callers with information about which HTTP ports are associated with which HTTPS ports on the system, and vice versa.
PortResolver
          A PortResolver determines the port a web request was received on.
 

Classes in org.springframework.security.web used by org.springframework.security.web.access.expression
FilterInvocation
          Holds objects associated with a HTTP filter.
 

Classes in org.springframework.security.web used by org.springframework.security.web.access.intercept
FilterInvocation
          Holds objects associated with a HTTP filter.
 

Classes in org.springframework.security.web used by org.springframework.security.web.authentication
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
PortMapper
          PortMapper implementations provide callers with information about which HTTP ports are associated with which HTTPS ports on the system, and vice versa.
PortResolver
          A PortResolver determines the port a web request was received on.
RedirectStrategy
          Encapsulates the redirection logic for all classes in the framework which perform redirects.
 

Classes in org.springframework.security.web used by org.springframework.security.web.authentication.preauth
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
 

Classes in org.springframework.security.web used by org.springframework.security.web.authentication.www
AuthenticationEntryPoint
          Used by ExceptionTranslationFilter to commence an authentication scheme.
 

Classes in org.springframework.security.web used by org.springframework.security.web.savedrequest
PortResolver
          A PortResolver determines the port a web request was received on.
 

Classes in org.springframework.security.web used by org.springframework.security.web.session
RedirectStrategy
          Encapsulates the redirection logic for all classes in the framework which perform redirects.
 



Copyright © 2004-2011 SpringSource, Inc. All Rights Reserved.