org.apache.hive.service.auth
Class AnonymousAuthenticationProviderImpl

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

public class AnonymousAuthenticationProviderImpl
extends Object
implements PasswdAuthenticationProvider


Constructor Summary
AnonymousAuthenticationProviderImpl()
           
 
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
 

Constructor Detail

AnonymousAuthenticationProviderImpl

public AnonymousAuthenticationProviderImpl()
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