public class MetaStoreAnonymousAuthenticationProviderImpl extends Object implements MetaStorePasswdAuthenticationProvider
| Constructor and Description |
|---|
MetaStoreAnonymousAuthenticationProviderImpl() |
| 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 MetaStoreAnonymousAuthenticationProviderImpl()
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.