public class MetaStoreCustomAuthenticationProviderImpl extends Object implements MetaStorePasswdAuthenticationProvider
CUSTOM authentication. It allows a MetaStorePasswdAuthenticationProvider to be specified at configuration time which may
additionally
implement Configurable to grab Metastore's Configuration.| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| 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.
|
public void authenticate(String user, String password) throws AuthenticationException
MetaStorePasswdAuthenticationProviderAuthenticationException.
MetaStoreLdapAuthenticationProviderImpl.authenticate in interface MetaStorePasswdAuthenticationProvideruser - 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 © 2024 The Apache Software Foundation. All rights reserved.