| java.lang.Object com.sun.jbi.internal.security.ThreadLocalContext
ThreadLocalContext | public class ThreadLocalContext (Code) | | author: Sun Microsystems, Inc. |
Constructor Summary | |
public | ThreadLocalContext() Creates a new instance of ThreadLocalContext. |
ThreadLocalContext | public ThreadLocalContext()(Code) | | Creates a new instance of ThreadLocalContext.
|
getLocalSubject | public static Subject getLocalSubject()(Code) | | Get the Subject from the TLS. If a Subject has been set in TLS by calling
by calling setLocalSubject() this value should be returned, else a null value will
be returned.
the Subject from TLS. |
setLocalSubject | public static void setLocalSubject(Subject subject)(Code) | | Set the Subject in the TLS.
Parameters: subject - is the Subject to be set in the TLS. |
|
|