Uses of Class
org.apache.drill.exec.rpc.user.security.UserAuthenticationException
Packages that use UserAuthenticationException
-
Uses of UserAuthenticationException in org.apache.drill.exec.rpc.user.security
Methods in org.apache.drill.exec.rpc.user.security that throw UserAuthenticationExceptionModifier and TypeMethodDescriptionvoidHtpasswdFileUserAuthenticator.authenticate(String username, String password) Validate the given username and password against the password filevoidPam4jUserAuthenticator.authenticate(String user, String password) voidPamUserAuthenticator.authenticate(String user, String password) voidUserAuthenticator.authenticate(String user, String password) Authenticate the given user and password combination.voidVaultUserAuthenticator.authenticate(String user, String password) Attempts to authenticate a Drill user with the provided password and the configured Vault auth method.