public final class ProtocolStack
extends java.lang.Object
A protocol is pushed into the thread whenever a security subject is pushed. The protocol is popped when the corresponding subject is popped. It would have been ideal to put the protocol in the subject itself but we cannot do that for compatability reasons.
Modifier and Type | Field and Description |
---|---|
private static boolean |
DEBUG |
private static weblogic.kernel.ThreadLocalStack |
threadEnvironment |
Constructor and Description |
---|
ProtocolStack() |
Modifier and Type | Method and Description |
---|---|
private static void |
debug(java.lang.String str) |
static Protocol |
get() |
static void |
pop() |
static void |
push(Protocol protocol) |
private static final boolean DEBUG
private static final weblogic.kernel.ThreadLocalStack threadEnvironment