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 TypeClassDescriptionclassImplementation of UserAuthenticator that reads passwords from an htpasswd formatted file.classImplementUserAuthenticatorbased on Pluggable Authentication Module (PAM) configuration.classImplementUserAuthenticatorbased on Pluggable Authentication Module (PAM) configuration.classImplementUserAuthenticatorbased on HashiCorp Vault.Methods in org.apache.drill.exec.rpc.user.security that return UserAuthenticatorModifier and TypeMethodDescriptionstatic UserAuthenticatorUserAuthenticatorFactory.createAuthenticator(DrillConfig config, ScanResult scan) Create aUserAuthenticatorimplementation based on BOOT settings in given drillConfig.