Uses of Interface
org.apache.drill.exec.rpc.user.security.UserAuthenticator
Package
Description
-
Uses of UserAuthenticator in org.apache.drill.exec.rpc.security.plain
-
Uses of UserAuthenticator in org.apache.drill.exec.rpc.user.security
Modifier and TypeClassDescriptionclass
Implementation of UserAuthenticator that reads passwords from an htpasswd formatted file.class
ImplementUserAuthenticator
based on Pluggable Authentication Module (PAM) configuration.class
ImplementUserAuthenticator
based on Pluggable Authentication Module (PAM) configuration.class
ImplementUserAuthenticator
based on HashiCorp Vault.Modifier and TypeMethodDescriptionstatic UserAuthenticator
UserAuthenticatorFactory.createAuthenticator
(DrillConfig config, ScanResult scan) Create aUserAuthenticator
implementation based on BOOT settings in given drillConfig.