org.apache.hive.service.auth
Class PlainSaslServer.ExternalAuthenticationCallback
java.lang.Object
org.apache.hive.service.auth.PlainSaslServer.ExternalAuthenticationCallback
- All Implemented Interfaces:
- Callback
- Enclosing class:
- PlainSaslServer
public static class PlainSaslServer.ExternalAuthenticationCallback
- extends Object
- implements Callback
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainSaslServer.ExternalAuthenticationCallback
public PlainSaslServer.ExternalAuthenticationCallback(AuthenticationProviderFactory.AuthMethods authMethod,
String userName,
String passwd)
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