Package org.springframework.security.web
Spring Security's web security module. Classes which have a dependency on the Servlet
API can be found here.
-
Interface Summary Interface Description AuthenticationEntryPoint Used byExceptionTranslationFilter
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 APortResolver
determines the port a web request was received on.RedirectStrategy Encapsulates the redirection logic for all classes in the framework which perform redirects.SecurityFilterChain Defines a filter chain which is capable of being matched against anHttpServletRequest
. -
Class Summary Class Description DefaultRedirectStrategy Simple implementation of RedirectStrategy which is the default used throughout the framework.DefaultSecurityFilterChain Standard implementation ofSecurityFilterChain
.FilterChainProxy DelegatesFilter
requests to a list of Spring-managed filter beans.FilterInvocation Holds objects associated with a HTTP filter.PortMapperImpl Concrete implementation ofPortMapper
that obtains HTTP:HTTPS pairs from the application context.PortResolverImpl Concrete implementation ofPortResolver
that obtains the port from ServletRequest.getServerPort().RequestMatcherRedirectFilter Filter that redirects requests that matchRequestMatcher
to the specified URL.WebAttributes Well-known keys which are used to store Spring Security information in request or session scope.