Uses of Package
org.springframework.security.web.context

Packages that use org.springframework.security.web.context
org.springframework.security.web.context Classes which are responsible for maintaining the security context between HTTP requests. 
org.springframework.security.web.session Session management filters, HttpSession events and publisher classes. 
 

Classes in org.springframework.security.web.context used by org.springframework.security.web.context
HttpRequestResponseHolder
          Used to pass the incoming request to SecurityContextRepository.loadContext(HttpRequestResponseHolder), allowing the method to swap the request for a wrapped version, as well as returning the SecurityContext value.
SecurityContextPersistenceFilter
          Populates the SecurityContextHolder with information obtained from the configured SecurityContextRepository prior to the request and stores it back in the repository once the request has completed and clearing the context holder.
SecurityContextRepository
          Strategy used for persisting a SecurityContext between requests.
 

Classes in org.springframework.security.web.context used by org.springframework.security.web.session
SecurityContextRepository
          Strategy used for persisting a SecurityContext between requests.
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.