Package org.springframework.security.web.context
@NullMarked
package org.springframework.security.web.context
Classes which are responsible for maintaining the security context between HTTP
requests.
-
ClassDescriptionRegisters the
DelegatingFilterProxyto use the springSecurityFilterChain before any other registeredFilter.ASecurityContextRepositorythat delegates to a list of otherSecurityContextRepositoryinstances.Deprecated.ASecurityContextRepositoryimplementation which stores the security context in theHttpSessionbetween requests.ASecurityContextRepositorythat never persists or loads aSecurityContext.Stores theSecurityContexton aServletRequest.setAttribute(String, Object)so that it can be restored when different dispatch types occur.Deprecated.AFilterthat uses theSecurityContextRepositoryto obtain theSecurityContextand set it on theSecurityContextHolder.Deprecated.Strategy used for persisting aSecurityContextbetween requests.
SecurityContextRepository.loadDeferredContext(HttpServletRequest)