Package org.springframework.security.web

Spring Security's web security module.

See:
          Description

Interface Summary
AuthenticationEntryPoint Used by ExceptionTranslationFilter to commence an authentication scheme.
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.
 

Class Summary
DefaultRedirectStrategy Simple implementation of RedirectStrategy which is the default used throughout the framework.
FilterChainProxy Delegates Filter requests to a list of Spring-managed filter beans.
FilterInvocation Holds objects associated with a HTTP filter.
PortMapperImpl Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context.
PortResolverImpl Concrete implementation of PortResolver that obtains the port from ServletRequest.getServerPort().
WebAttributes Well-known keys which are used to store Spring Security information in request or session scope.
 

Package org.springframework.security.web Description

Spring Security's web security module. Classes which have a dependency on the Servlet API can be found here.