Package org.springframework.security.web.context
package org.springframework.security.web.context
Classes which are responsible for maintaining the security context between HTTP
requests.
-
ClassDescriptionRegisters the
DelegatingFilterProxy
to use the springSecurityFilterChain before any other registeredFilter
.Deprecated.ASecurityContextRepository
implementation which stores the security context in theHttpSession
between requests.Stores theSecurityContext
on aServletRequest.setAttribute(String, Object)
so that it can be restored when different dispatch types occur.Deprecated.AFilter
that uses theSecurityContextRepository
to obtain theSecurityContext
and set it on theSecurityContextHolder
.Deprecated.Strategy used for persisting aSecurityContext
between requests.
SecurityContextRepository.loadDeferredContext(HttpServletRequest)