Uses of Interface
org.springframework.security.web.context.SecurityContextRepository

Packages that use SecurityContextRepository
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. 
 

Uses of SecurityContextRepository in org.springframework.security.web.context
 

Classes in org.springframework.security.web.context that implement SecurityContextRepository
 class HttpSessionSecurityContextRepository
          A SecurityContextRepository implementation which stores the security context in the HttpSession between requests.
 

Methods in org.springframework.security.web.context with parameters of type SecurityContextRepository
 void SecurityContextPersistenceFilter.setSecurityContextRepository(SecurityContextRepository repo)
           
 

Uses of SecurityContextRepository in org.springframework.security.web.session
 

Constructors in org.springframework.security.web.session with parameters of type SecurityContextRepository
SessionManagementFilter(SecurityContextRepository securityContextRepository)
           
 



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