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 | Field and Description |
---|---|
protected SecurityDomain |
RequestDispatcher.domain |
protected SecurityDomain |
NettyJaxrsServer.domain |
protected SecurityDomain |
NettySecurityContext.domain |
Modifier and Type | Method and Description |
---|---|
SecurityDomain |
RequestDispatcher.getDomain() |
Modifier and Type | Method and Description |
---|---|
void |
NettyJaxrsServer.setSecurityDomain(SecurityDomain sc) |
Constructor and Description |
---|
NettySecurityContext(Principal principal,
SecurityDomain domain,
String authScheme,
boolean secure) |
RequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
Constructor and Description |
---|
CdiRequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
Modifier and Type | Field and Description |
---|---|
protected SecurityDomain |
BasicAuthFilter.domain |
protected SecurityDomain |
HttpContextBuilder.securityDomain |
Modifier and Type | Method and Description |
---|---|
SecurityDomain |
HttpContextBuilder.getSecurityDomain() |
Modifier and Type | Method and Description |
---|---|
void |
HttpContextBuilder.setSecurityDomain(SecurityDomain securityDomain)
Will turn on Basic Authentication
|
void |
SunHttpJaxrsServer.setSecurityDomain(SecurityDomain securityDomain)
Setting a security domain will turn on Basic Authentication
|
Constructor and Description |
---|
BasicAuthFilter(SecurityDomain domain) |
Modifier and Type | Method and Description |
---|---|
void |
TJWSEmbeddedJaxrsServer.setSecurityDomain(SecurityDomain sc) |
void |
TJWSRequestPreProcessor.setSecurityDomain(SecurityDomain domain) |
void |
TJWSServletDispatcher.setSecurityDomain(SecurityDomain domain) |
Constructor and Description |
---|
TJWSRequestPreProcessor(SecurityDomain domain) |
TJWSServletDispatcher(SecurityDomain domain) |
Modifier and Type | Method and Description |
---|---|
SecurityDomain |
EmbeddedContainerBean.getSecurityDoamin() |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedContainerBean.setSecurityDoamin(SecurityDomain securityDoamin) |
Modifier and Type | Method and Description |
---|---|
void |
TJWSSpringMVCDispatcher.setSecurityDomain(SecurityDomain domain) |
void |
TJWSEmbeddedSpringMVCServer.setSecurityDomain(SecurityDomain sc) |
Constructor and Description |
---|
TJWSSpringMVCDispatcher(SecurityDomain domain) |
Modifier and Type | Method and Description |
---|---|
static ResteasyDeployment |
NettyContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
EmbeddedContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
NettyContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
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 JBoss by Red Hat. All rights reserved.