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 JA-SIG Central Authentication Service (CAS). 
org.springframework.security.config.http   
org.springframework.security.web   
org.springframework.security.web.access   
org.springframework.security.web.access.channel Classes that ensure web requests are received over required transport channels. 
org.springframework.security.web.access.expression   
org.springframework.security.web.access.intercept Enforces 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   
org.springframework.security.web.authentication.www Contains WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. 
org.springframework.security.web.savedrequest Classes related top 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-2009 SpringSource, Inc. All Rights Reserved.