public class SecurityContextHandleFactory extends Object implements org.jboss.as.ee.concurrent.handle.ContextHandleFactory
| Modifier and Type | Field and Description |
|---|---|
static SecurityContextHandleFactory |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
int |
getChainPriority() |
String |
getName() |
org.jboss.as.ee.concurrent.handle.SetupContextHandle |
readSetupContextHandle(ObjectInputStream in) |
org.jboss.as.ee.concurrent.handle.SetupContextHandle |
saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
void |
writeSetupContextHandle(org.jboss.as.ee.concurrent.handle.SetupContextHandle contextHandle,
ObjectOutputStream out) |
public static final String NAME
public static final SecurityContextHandleFactory INSTANCE
public org.jboss.as.ee.concurrent.handle.SetupContextHandle saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties)
saveContext in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactorypublic String getName()
getName in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactorypublic int getChainPriority()
getChainPriority in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactorypublic void writeSetupContextHandle(org.jboss.as.ee.concurrent.handle.SetupContextHandle contextHandle,
ObjectOutputStream out)
throws IOException
writeSetupContextHandle in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactoryIOExceptionpublic org.jboss.as.ee.concurrent.handle.SetupContextHandle readSetupContextHandle(ObjectInputStream in) throws IOException, ClassNotFoundException
readSetupContextHandle in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactoryIOExceptionClassNotFoundExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.