| Package | Description |
|---|---|
| org.apache.drill.exec.rpc.user.security | |
| org.apache.drill.exec.rpc.user.security.testing |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAuthenticator.authenticate(String user,
String password)
Authenticate the given user and password combination.
|
void |
PamUserAuthenticator.authenticate(String user,
String password) |
void |
Pam4jUserAuthenticator.authenticate(String user,
String password) |
void |
HtpasswdFileUserAuthenticator.authenticate(String username,
String password)
Validate the given username and password against the password file
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserAuthenticatorTestImpl.authenticate(String user,
String password) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.