Spring Security Framework

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

Packages that use SecurityContextHolderStrategy
org.springframework.security.context Provides a "request context". 
 

Uses of SecurityContextHolderStrategy in org.springframework.security.context
 

Classes in org.springframework.security.context that implement SecurityContextHolderStrategy
 class GlobalSecurityContextHolderStrategy
          A static field-based implementation of SecurityContextHolderStrategy.
 class InheritableThreadLocalSecurityContextHolderStrategy
          An InheritableThreadLocal-based implementation of SecurityContextHolderStrategy.
 class ThreadLocalSecurityContextHolderStrategy
          A ThreadLocal-based implementation of SecurityContextHolderStrategy.
 


Spring Security Framework

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