org.apache.hive.service.auth
Class PlainSaslServer.ExternalAuthenticationCallback

java.lang.Object
  extended by org.apache.hive.service.auth.PlainSaslServer.ExternalAuthenticationCallback
All Implemented Interfaces:
Callback
Enclosing class:
PlainSaslServer

public static class PlainSaslServer.ExternalAuthenticationCallback
extends Object
implements Callback


Constructor Summary
PlainSaslServer.ExternalAuthenticationCallback(AuthenticationProviderFactory.AuthMethods authMethod, String userName, String passwd)
           
 
Method Summary
 AuthenticationProviderFactory.AuthMethods getAuthMethod()
           
 String getPasswd()
           
 String getUserName()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean authenticated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainSaslServer.ExternalAuthenticationCallback

public PlainSaslServer.ExternalAuthenticationCallback(AuthenticationProviderFactory.AuthMethods authMethod,
                                                      String userName,
                                                      String passwd)
Method Detail

getAuthMethod

public AuthenticationProviderFactory.AuthMethods getAuthMethod()

getUserName

public String getUserName()

getPasswd

public String getPasswd()

setAuthenticated

public void setAuthenticated(boolean authenticated)

isAuthenticated

public boolean isAuthenticated()


Copyright © 2013 The Apache Software Foundation