org.apache.hive.service.auth
Interface PasswdAuthenticationProvider

All Known Implementing Classes:
AnonymousAuthenticationProviderImpl, LdapAuthenticationProviderImpl

public interface PasswdAuthenticationProvider


Method Summary
 void Authenticate(String user, String password)
           
 

Method Detail

Authenticate

void Authenticate(String user,
                  String password)
                  throws AuthenticationException
Throws:
AuthenticationException


Copyright © 2013 The Apache Software Foundation