public class MetaStoreConfigAuthenticationProviderImpl extends Object implements MetaStorePasswdAuthenticationProvider
CONFIG authentication. It allows a MetaStorePasswdAuthenticationProvider to be specified at configuration time which may
additionally
implement Configurable to grab HMS's Configuration.| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(String authUser,
String authPassword)
The Authenticate method is called by the HiveServer2 authentication layer
to authenticate users for their requests.
|
public void authenticate(String authUser, String authPassword) throws AuthenticationException
MetaStorePasswdAuthenticationProviderAuthenticationException.
MetaStoreLdapAuthenticationProviderImpl.authenticate in interface MetaStorePasswdAuthenticationProviderauthUser - The username received over the connection requestauthPassword - The password received over the connection requestAuthenticationException - When a user is found to be
invalid by the implementationCopyright © 2024 The Apache Software Foundation. All rights reserved.