| Package | Description |
|---|---|
| io.druid.guice.security | |
| io.druid.security.basic.authentication | |
| io.druid.security.kerberos | |
| io.druid.server.security |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
AuthenticatorModule.getAuthenticator() |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHTTPAuthenticator |
| Modifier and Type | Class and Description |
|---|---|
class |
KerberosAuthenticator |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowAllAuthenticator
Should only be used in conjunction with AllowAllAuthorizer.
|
| Modifier and Type | Method and Description |
|---|---|
List<Authenticator> |
AuthenticatorMapper.getAuthenticatorChain() |
Map<String,Authenticator> |
AuthenticatorMapper.getAuthenticatorMap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
AuthenticationUtils.addAuthenticationFilterChain(org.eclipse.jetty.servlet.ServletContextHandler root,
List<Authenticator> authenticators) |
static void |
AuthenticationUtils.addPreResponseAuthorizationCheckFilter(org.eclipse.jetty.servlet.ServletContextHandler root,
List<Authenticator> authenticators,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
| Constructor and Description |
|---|
AuthenticatorMapper(Map<String,Authenticator> authenticatorMap) |
PreResponseAuthorizationCheckFilter(List<Authenticator> authenticators,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
Copyright © 2011–2018. All rights reserved.