|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswdAuthenticationProvider
| Method Summary | |
|---|---|
void |
Authenticate(String user,
String password)
The Authenticate method is called by the HiveServer2 authentication layer to authenticate users for their requests. |
| Method Detail |
|---|
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 request
AuthenticationException - - When a user is found to be
invalid by the implementation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||