| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSecurityDomain
POJO Security domain.
|
| Modifier and Type | Method and Description |
|---|---|
T |
EmbeddedJaxrsServer.setSecurityDomain(SecurityDomain sc) |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityDomain |
NettyJaxrsServer.domain |
protected SecurityDomain |
NettySecurityContext.domain |
protected SecurityDomain |
RequestDispatcher.domain |
| Modifier and Type | Method and Description |
|---|---|
SecurityDomain |
RequestDispatcher.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
NettyJaxrsServer |
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) |
CdiRequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain,
javax.enterprise.inject.Instance<Object> cdi) |
| 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
|
SunHttpJaxrsServer |
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 |
|---|---|
UndertowJaxrsServer |
UndertowJaxrsServer.setSecurityDomain(SecurityDomain sc) |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityDomain |
VertxSecurityContext.domain |
protected SecurityDomain |
RequestDispatcher.domain |
protected SecurityDomain |
VertxJaxrsServer.domain |
| Modifier and Type | Method and Description |
|---|---|
SecurityDomain |
RequestDispatcher.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
VertxJaxrsServer |
VertxJaxrsServer.setSecurityDomain(SecurityDomain sc) |
static VertxResteasyDeployment |
VertxContainer.start(String bindPath,
SecurityDomain domain) |
static VertxResteasyDeployment |
VertxContainer.start(String bindPath,
SecurityDomain domain,
VertxResteasyDeployment deployment) |
| Constructor and Description |
|---|
RequestDispatcher(SynchronousDispatcher dispatcher,
ResteasyProviderFactory providerFactory,
SecurityDomain domain) |
VertxRequestHandler(io.vertx.core.Vertx vertx,
ResteasyDeployment deployment,
String servletMappingPrefix,
SecurityDomain domain) |
VertxSecurityContext(Principal principal,
SecurityDomain domain,
String authScheme,
boolean secure) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.