org.jboss.security.web
Class ThreadContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadContext
public ThreadContext()
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.