Package | Description |
---|---|
org.jboss.resteasy.plugins.server.embedded | |
org.jboss.resteasy.plugins.server.tjws | |
org.jboss.resteasy.test |
Modifier and Type | Class and Description |
---|---|
class |
SimpleSecurityDomain
POJO Security domain.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedJaxrsServer.setSecurityDomain(SecurityDomain sc) |
Modifier and Type | Method and Description |
---|---|
void |
TJWSRequestPreProcessor.setSecurityDomain(SecurityDomain domain) |
void |
TJWSEmbeddedJaxrsServer.setSecurityDomain(SecurityDomain sc) |
void |
TJWSServletDispatcher.setSecurityDomain(SecurityDomain domain) |
Constructor and Description |
---|
TJWSRequestPreProcessor(SecurityDomain domain) |
TJWSServletDispatcher(SecurityDomain domain) |
Modifier and Type | Method and Description |
---|---|
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
EmbeddedContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
Copyright © 2015. All Rights Reserved.