Uses of Class
org.apache.drill.exec.rpc.user.security.UserAuthenticationException
-
Uses of UserAuthenticationException in org.apache.drill.exec.rpc.user.security
Modifier and TypeMethodDescriptionvoid
HtpasswdFileUserAuthenticator.authenticate
(String username, String password) Validate the given username and password against the password filevoid
Pam4jUserAuthenticator.authenticate
(String user, String password) void
PamUserAuthenticator.authenticate
(String user, String password) void
UserAuthenticator.authenticate
(String user, String password) Authenticate the given user and password combination.void
VaultUserAuthenticator.authenticate
(String user, String password) Attempts to authenticate a Drill user with the provided password and the configured Vault auth method.