public interface PasswdAuthenticationProvider
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticate(String user,
String password)
The Authenticate method is called by the HiveServer2 authentication layer
to authenticate users for their requests.
|
void Authenticate(String user, String password) throws AuthenticationException
AuthenticationException.
For an example implementation, see LdapAuthenticationProviderImpl.user - The username received over the connection requestpassword - The password received over the connection requestAuthenticationException - When a user is found to be
invalid by the implementationCopyright © 2017 The Apache Software Foundation. All rights reserved.