| Package | Description |
|---|---|
| org.apache.druid.server.initialization.jetty | |
| org.apache.druid.server.security |
| Modifier and Type | Class and Description |
|---|---|
static class |
JettyBindings.QosFilterHolder |
class |
ResponseHeaderFilterHolder |
class |
StandardResponseHeaderFilterHolder
Adds response headers that we want to have on all responses.
|
class |
TaskIdResponseHeaderFilterHolder |
| Modifier and Type | Method and Description |
|---|---|
static void |
JettyServerInitUtils.addFilters(org.eclipse.jetty.servlet.ServletContextHandler handler,
Set<? extends ServletFilterHolder> filterHolders) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Authenticator |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowAllAuthenticator
Should only be used in conjunction with AllowAllAuthorizer.
|
class |
AnonymousAuthenticator
Authenticates all requests and directs them to an authorizer.
|
class |
TrustedDomainAuthenticator
Authenticates requests coming from a specific domain and directs them to an authorizer.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.