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.ContextHandleFactory
public String getName()
getName
in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
public int getChainPriority()
getChainPriority
in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
public void writeSetupContextHandle(org.jboss.as.ee.concurrent.handle.SetupContextHandle contextHandle, ObjectOutputStream out) throws IOException
writeSetupContextHandle
in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
IOException
public org.jboss.as.ee.concurrent.handle.SetupContextHandle readSetupContextHandle(ObjectInputStream in) throws IOException, ClassNotFoundException
readSetupContextHandle
in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
IOException
ClassNotFoundException
Copyright © 2018 JBoss by Red Hat. All rights reserved.