org.apache.cxf.fediz.example
Class SecurityTokenThreadLocal

java.lang.Object
  extended by org.apache.cxf.fediz.example.SecurityTokenThreadLocal

public final class SecurityTokenThreadLocal
extends Object

Thread local storage for security token


Method Summary
static Element getToken()
           
static void setToken(Element token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setToken

public static void setToken(Element token)

getToken

public static Element getToken()


Apache Fediz