org.jboss.security.web
Class ThreadContext

java.lang.Object
  extended by org.jboss.security.web.ThreadContext

public class ThreadContext
extends Object

ThreadLocal wrapper so we can tunnel information between the transport protocol layer and the security domain

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ThreadContext()
           
 
Method Summary
static void clear()
           
static Object get(String key)
           
static void set(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadContext

public ThreadContext()
Method Detail

get

public static Object get(String key)

set

public static void set(String key,
                       Object value)

clear

public static void clear()


Copyright © 2012. All Rights Reserved.