Uses of Interface
org.apache.drill.exec.rpc.user.security.UserAuthenticator
Packages that use UserAuthenticator
Package
Description
-
Uses of UserAuthenticator in org.apache.drill.exec.rpc.security.plain
Methods in org.apache.drill.exec.rpc.security.plain that return UserAuthenticatorConstructors in org.apache.drill.exec.rpc.security.plain with parameters of type UserAuthenticator -
Uses of UserAuthenticator in org.apache.drill.exec.rpc.user.security
Classes in org.apache.drill.exec.rpc.user.security that implement UserAuthenticatorModifier 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.Methods in org.apache.drill.exec.rpc.user.security that return UserAuthenticatorModifier and TypeMethodDescriptionstatic UserAuthenticator
UserAuthenticatorFactory.createAuthenticator
(DrillConfig config, ScanResult scan) Create aUserAuthenticator
implementation based on BOOT settings in given drillConfig.