Package | Description |
---|---|
org.apache.drill.exec.rpc.user.security |
Modifier and Type | Method and Description |
---|---|
void |
Pam4jUserAuthenticator.authenticate(String user,
String password) |
void |
PamUserAuthenticator.authenticate(String user,
String password) |
void |
HtpasswdFileUserAuthenticator.authenticate(String username,
String password)
Validate the given username and password against the password file
|
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.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.