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

Packages that use org.springframework.security.core.context
org.springframework.security.core.context Classes related to the establishment of a security context for the duration of a request (such as an HTTP or RMI invocation). 
org.springframework.security.core.session Session registry and other related classes. 
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.core.context used by org.springframework.security.core.context
SecurityContext
          Interface defining the minimum security information associated with the current thread of execution.
SecurityContextHolderStrategy
          A strategy for storing security context information against a thread.
 

Classes in org.springframework.security.core.context used by org.springframework.security.core.session
SecurityContext
          Interface defining the minimum security information associated with the current thread of execution.
 

Classes in org.springframework.security.core.context used by org.springframework.security.web.context
SecurityContext
          Interface defining the minimum security information associated with the current thread of execution.
 

Classes in org.springframework.security.core.context used by org.springframework.security.web.session
SecurityContext
          Interface defining the minimum security information associated with the current thread of execution.
 



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