org.apache.hive.service.auth
Class LdapAuthenticationProviderImpl

java.lang.Object
  extended by org.apache.hive.service.auth.LdapAuthenticationProviderImpl
All Implemented Interfaces:
PasswdAuthenticationProvider

public class LdapAuthenticationProviderImpl
extends Object
implements PasswdAuthenticationProvider


Method Summary
 void Authenticate(String user, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Authenticate

public void Authenticate(String user,
                         String password)
                  throws AuthenticationException
Specified by:
Authenticate in interface PasswdAuthenticationProvider
Throws:
AuthenticationException


Copyright © 2013 The Apache Software Foundation