| 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 |
NettySecurityContext.domain |
protected SecurityDomain |
RequestDispatcher.domain |
protected SecurityDomain |
NettyJaxrsServer.domain |
| Modifier and Type | Method and Description |
|---|---|
SecurityDomain |
RequestDispatcher.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyJaxrsServer.setSecurityDomain(SecurityDomain sc) |
static ResteasyDeployment |
NettyContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
NettyContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment) |
| 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
|
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
| Constructor and Description |
|---|
BasicAuthFilter(SecurityDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
void |
TJWSRequestPreProcessor.setSecurityDomain(SecurityDomain domain) |
void |
TJWSServletDispatcher.setSecurityDomain(SecurityDomain domain) |
void |
TJWSEmbeddedJaxrsServer.setSecurityDomain(SecurityDomain sc) |
| Constructor and Description |
|---|
TJWSRequestPreProcessor(SecurityDomain domain) |
TJWSServletDispatcher(SecurityDomain domain) |
| Modifier and Type | Method and Description |
|---|---|
static ResteasyDeployment |
NettyContainer.start(String bindPath,
SecurityDomain domain)
Deprecated.
|
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain)
Deprecated.
|
static ResteasyDeployment |
EmbeddedContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams)
Deprecated.
|
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)
Deprecated.
|
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams)
Deprecated.
|
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
Copyright © 2025. All rights reserved.