| Package | Description |
|---|---|
| org.apache.drill.exec.rpc.security.plain | |
| org.apache.drill.exec.rpc.user.security | |
| org.apache.drill.exec.rpc.user.security.testing |
| Modifier and Type | Method and Description |
|---|---|
UserAuthenticator |
PlainFactory.getAuthenticator() |
| Constructor and Description |
|---|
PlainFactory(UserAuthenticator authenticator) |
| Modifier and Type | Class and Description |
|---|---|
class |
HtpasswdFileUserAuthenticator
Implementation of UserAuthenticator that reads passwords from an htpasswd
formatted file.
|
class |
Pam4jUserAuthenticator
Implement
UserAuthenticator based on Pluggable Authentication
Module (PAM) configuration. |
class |
PamUserAuthenticator
Implement
UserAuthenticator based on Pluggable Authentication
Module (PAM) configuration. |
| Modifier and Type | Method and Description |
|---|---|
static UserAuthenticator |
UserAuthenticatorFactory.createAuthenticator(DrillConfig config,
ScanResult scan)
Create a
UserAuthenticator implementation based on BOOT settings in
given drillConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
UserAuthenticatorTestImpl
Implement
UserAuthenticator for testing:
+ UserAuthenticator and authentication of users from Java client to Drillbit. |
Copyright © 2021 The Apache Software Foundation. All rights reserved.