Uses of Interface
org.springframework.security.core.context.SecurityContextHolderStrategy

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

Uses of SecurityContextHolderStrategy in org.springframework.security.core.context
 

Methods in org.springframework.security.core.context that return SecurityContextHolderStrategy
static SecurityContextHolderStrategy SecurityContextHolder.getContextHolderStrategy()
          Allows retrieval of the context strategy.
 



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